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

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h1798 class LabelStmt : public ValueStmt { class in namespace:clang
1805 LabelStmt(SourceLocation IL, LabelDecl *D, Stmt *substmt) function in class:clang::LabelStmt
1811 explicit LabelStmt(EmptyShell Empty) : ValueStmt(LabelStmtClass, Empty) {} function in class:clang::LabelStmt

Completed in 205 milliseconds