Searched refs:TYPELOC (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/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 | RecursiveASTVisitor.h | 411 #define TYPELOC(CLASS, BASE) bool Traverse##CLASS##TypeLoc(CLASS##TypeLoc TL); 720 #define TYPELOC(CLASS, BASE) \
|
H A D | TypeLoc.h | 51 #define TYPELOC(Class, Base) \ macro
|
/freebsd/contrib/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
|
/freebsd/contrib/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 | 664 #define TYPELOC(CLASS, PARENT) \ macro 4990 #define TYPELOC(CLASS, PARENT) \ in TransformType() macro
|
H A D | SemaDeclCXX.cpp | 5971 #define TYPELOC(CLASS, PARENT) \ in Visit() macro
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 314 #define TYPELOC(CLASS, PARENT) \ macro
|
H A D | ASTReader.cpp | 6773 #define TYPELOC(CLASS, PARENT) \ macro
|