/llvm-project/clang/include/clang/AST/ |
H A D | TypeLocNodes.def | 14 // TYPELOC(Class, Base) - A TypeLoc subclass. If UNQUAL_TYPELOC is 24 # define UNQUAL_TYPELOC(Class, Base) TYPELOC(Class, Base) 31 TYPELOC(Qualified, TypeLoc) 40 #undef TYPELOC
|
H A D | TypeLocVisitor.h | 30 #define TYPELOC(CLASS, PARENT) \ in Visit() macro 40 #define TYPELOC(CLASS, PARENT) \ in Visit() macro 47 #define TYPELOC(CLASS, PARENT) \ macro
|
H A D | ASTTypeTraits.h | 142 #define TYPELOC(CLASS, PARENT) NKI_##CLASS##TypeLoc, macro 216 #define TYPELOC(CLASS, PARENT) KIND_TO_KIND_ID(CLASS##TypeLoc)
|
H A D | RecursiveASTVisitor.h | 412 #define TYPELOC(CLASS, BASE) bool Traverse##CLASS##TypeLoc(CLASS##TypeLoc TL); 414 // The above header #undefs ABSTRACT_TYPELOC and TYPELOC upon exit. 723 #define TYPELOC(CLASS, BASE) \
|
H A D | TypeLoc.h | 51 #define TYPELOC(Class, Base) \ macro
|
/llvm-project/clang/lib/AST/ |
H A D | TypeLoc.cpp | 45 #define TYPELOC(CLASS, PARENT) \ macro 64 #define TYPELOC(CLASS, PARENT) \ macro 84 #define TYPELOC(CLASS, PARENT) \ macro 114 #define TYPELOC(CLASS, PARENT) \ macro 137 #define TYPELOC(CLASS, PARENT) \ in initializeImpl() macro 159 #define TYPELOC(CLASS, PARENT) \ macro 292 #define TYPELOC(CLASS, PARENT) \ macro
|
H A D | ASTTypeTraits.cpp | 35 #define TYPELOC(CLASS, PARENT) {NKI_##PARENT, #CLASS "TypeLoc"}, macro 154 #define TYPELOC(CLASS, PARENT) \ in getFromNode() macro
|
/llvm-project/clang/lib/Sema/ |
H A D | TypeLocBuilder.cpp | 33 #define TYPELOC(CLASS, PARENT) \ in pushFullCopy() macro 56 #define TYPELOC(CLASS, PARENT) \ in pushTrivial() macro
|
H A D | TreeTransform.h | 669 #define TYPELOC(CLASS, PARENT) \ 5155 #define TYPELOC(CLASS, PARENT) \ in TransformTypeInObjectScope() 664 #define TYPELOC( global() macro 4987 #define TYPELOC( TransformType() macro
|
H A D | SemaDeclCXX.cpp | 6038 #define TYPELOC(CLASS, PARENT) \ in CheckPolymorphic() 5973 #define TYPELOC( Visit() macro
|
/llvm-project/clang/tools/libclang/ |
H A D | CursorVisitor.h | 268 #define TYPELOC(CLASS, PARENT) bool Visit##CLASS##TypeLoc(CLASS##TypeLoc TyLoc); macro
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 353 #define TYPELOC(CLASS, PARENT) \ 314 #define TYPELOC( global() macro
|
H A D | ASTReader.cpp | 7038 #define TYPELOC(CLASS, PARENT) \ in VisitParenTypeLoc() 6773 #define TYPELOC( global() macro
|