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

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

Completed in 100 milliseconds