Searched defs:LabelStmt (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h773 class LabelStmt : public Stmt { class in namespace:clang
778 LabelStmt(SourceLocation IL, LabelDecl *D, Stmt *substmt) function in class:clang::LabelStmt
783 explicit LabelStmt(EmptyShell Empty) : Stmt(LabelStmtClass, Empty) { } function in class:clang::LabelStmt

Completed in 189 milliseconds