Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXCursor.h31 class LabelStmt; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.h67 class LabelStmt; variable
H A DCodeGenPGO.cpp92 LabelStmt = 1, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h137 friend class LabelStmt; variable
1805 LabelStmt(SourceLocation IL, LabelDecl *D, Stmt *substmt) in LabelStmt() function
1811 explicit LabelStmt(EmptyShell Empty) : ValueStmt(LabelStmtClass, Empty) {} in LabelStmt() function
H A DDecl.h64 class LabelStmt; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h141 class LabelStmt; variable