Searched defs:LabelStmt (Results 1 – 14 of 14) sorted by relevance
| /external/llvm-project/clang/tools/libclang/ |
| D | CXCursor.h | 31 class LabelStmt; variable
|
| /external/clang/tools/libclang/ |
| D | CXCursor.h | 32 class LabelStmt; variable
|
| /external/llvm-project/clang/lib/CodeGen/ |
| D | CodeGenFunction.h | 66 class LabelStmt; variable
|
| D | CodeGenPGO.cpp | 92 LabelStmt = 1, enumerator
|
| /external/clang/unittests/AST/ |
| D | SourceLocationTest.cpp | 74 TEST(LabelStmt, Range) { in TEST() argument
|
| /external/clang/lib/CodeGen/ |
| D | CodeGenPGO.cpp | 80 LabelStmt = 1, enumerator
|
| D | CodeGenFunction.h | 63 class LabelStmt; variable
|
| /external/llvm-project/clang/include/clang/AST/ |
| D | Stmt.h | 137 friend class LabelStmt; variable 1804 LabelStmt(SourceLocation IL, LabelDecl *D, Stmt *substmt) in LabelStmt() function 1810 explicit LabelStmt(EmptyShell Empty) : ValueStmt(LabelStmtClass, Empty) {} in LabelStmt() function
|
| D | Decl.h | 64 class LabelStmt; variable
|
| /external/llvm-project/clang/unittests/AST/ |
| D | SourceLocationTest.cpp | 129 TEST(LabelStmt, Range) { in TEST() argument
|
| /external/clang/include/clang/AST/ |
| D | Stmt.h | 795 LabelStmt(SourceLocation IL, LabelDecl *D, Stmt *substmt) in LabelStmt() function 803 explicit LabelStmt(EmptyShell Empty) : Stmt(LabelStmtClass, Empty) { } in LabelStmt() function
|
| D | Decl.h | 41 class LabelStmt; variable
|
| /external/clang/include/clang/Sema/ |
| D | Sema.h | 124 class LabelStmt; variable
|
| /external/llvm-project/clang/include/clang/Sema/ |
| D | Sema.h | 141 class LabelStmt; variable
|