Searched defs:CLAUSE_CLASS (Results 1 – 10 of 10) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTFwd.h | 31 #define CLAUSE_CLASS(Enum, Str, Class) class Class; macro
|
H A D | ASTTypeTraits.h | 160 #define CLAUSE_CLASS(Enum, Str, Class) NKI_##Class, macro
|
H A D | OpenMPClause.h | 8813 #define CLAUSE_CLASS( global() macro 8821 #define CLAUSE_CLASS( Visit() macro 8859 #define CLAUSE_CLASS( global() macro
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTTypeTraits.cpp | 52 #define CLAUSE_CLASS(Enum, Str, Class) {NKI_OMPClause, #Class}, macro 165 #define CLAUSE_CLASS(Enum, Str, Class) \ in getFromNode() macro
|
H A D | OpenMPClause.cpp | 37 #define CLAUSE_CLASS(Enum, Str, Class) \ in children() macro 48 #define CLAUSE_CLASS(Enum, Str, Class) \ in used_children() macro
|
H A D | StmtProfile.cpp | 438 #define CLAUSE_CLASS(Enum, Str, Class) void Visit##Class(const Class *C); macro
|
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
H A D | Marshallers.cpp | 91 #define CLAUSE_CLASS(Enum, Str, Class) #Enum, in getBestGuess() macro
|
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 6497 #define CLAUSE_CLASS( global() macro
|
H A D | ASTReader.cpp | 10236 #define CLAUSE_CLASS( global() macro
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | TreeTransform.h | 806 #define CLAUSE_CLASS( global() macro 4048 #define CLAUSE_CLASS( TransformOMPClause() macro
|