/external/llvm-project/clang/include/clang/AST/ |
D | ASTFwd.h | 30 #define OMP_CLAUSE_CLASS(Enum, Str, Class) class Class; macro
|
D | ASTTypeTraits.h | 150 #define OMP_CLAUSE_CLASS(Enum, Str, Class) NKI_##Class, macro 208 #define OMP_CLAUSE_CLASS(Enum, Str, Class) KIND_TO_KIND_ID(Class)
|
D | RecursiveASTVisitor.h | 491 #define OMP_CLAUSE_CLASS(Enum, Str, Class) bool Visit##Class(Class *C); 2952 #define OMP_CLAUSE_CLASS(Enum, Str, Class) \
|
D | OpenMPClause.h | 7761 #define OMP_CLAUSE_CLASS(Enum, Str, Class) \ macro 7768 #define OMP_CLAUSE_CLASS(Enum, Str, Class) \ in Visit() macro 7807 #define OMP_CLAUSE_CLASS(Enum, Str, Class) \ macro
|
/external/llvm-project/clang/lib/AST/ |
D | ASTTypeTraits.cpp | 44 #define OMP_CLAUSE_CLASS(Enum, Str, Class) {NKI_OMPClause, #Class}, macro 116 #define OMP_CLAUSE_CLASS(Enum, Str, Class) \ in getFromNode() macro
|
D | OpenMPClause.cpp | 35 #define OMP_CLAUSE_CLASS(Enum, Str, Class) \ in children() macro 45 #define OMP_CLAUSE_CLASS(Enum, Str, Class) \ in used_children() macro
|
D | StmtProfile.cpp | 417 #define OMP_CLAUSE_CLASS(Enum, Str, Class) void Visit##Class(const Class *C); macro
|
/external/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
D | Marshallers.cpp | 92 #define OMP_CLAUSE_CLASS(Enum, Str, Class) #Enum, in getBestGuess() macro
|
D | Marshallers.h | 242 #define OMP_CLAUSE_CLASS(Enum, Str, Class) .Case(#Enum, llvm::omp::Clause::Enum)
|
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
D | OMPKinds.def | 27 #ifndef OMP_CLAUSE_CLASS 28 #define OMP_CLAUSE_CLASS(Enum, Str, Class) 36 OMP_CLAUSE_CLASS(OMPC_##Name, #Name, Class) 42 OMP_CLAUSE_CLASS(OMPC_##Name, Str, Class) 129 #undef OMP_CLAUSE_CLASS
|
/external/llvm-project/clang/lib/Sema/ |
D | TreeTransform.h | 734 #define OMP_CLAUSE_CLASS(Enum, Str, Class) \ macro 3694 #define OMP_CLAUSE_CLASS(Enum, Str, Class) \ in TransformOMPClause() macro
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTWriter.cpp | 6213 #define OMP_CLAUSE_CLASS(Enum, Str, Class) void Visit##Class(Class *S); macro
|
D | ASTReader.cpp | 11823 #define OMP_CLAUSE_CLASS(Enum, Str, Class) void Visit##Class(Class *C); macro
|
/external/llvm-project/clang/tools/libclang/ |
D | CIndex.cpp | 2177 #define OMP_CLAUSE_CLASS(Enum, Str, Class) void Visit##Class(const Class *C); macro
|