Searched refs:ABSTRACT_TYPELOC (Results 1 – 12 of 12) sorted by relevance
/external/clang/include/clang/AST/ |
D | TypeLocNodes.def | 20 // ABSTRACT_TYPELOC(Class) - Refers to TypeSpecLoc and DeclaratorLoc. 28 #ifndef ABSTRACT_TYPELOC 29 # define ABSTRACT_TYPELOC(Class, Base) UNQUAL_TYPELOC(Class, Base) 34 #define ABSTRACT_TYPE(Class, Base) ABSTRACT_TYPELOC(Class, Base##Loc) 39 #undef ABSTRACT_TYPELOC
|
D | TypeLocVisitor.h | 31 #define ABSTRACT_TYPELOC(CLASS, PARENT) in Visit() macro 41 #define ABSTRACT_TYPELOC(CLASS, PARENT) in Visit() macro
|
D | DataRecursiveASTVisitor.h | 361 #define ABSTRACT_TYPELOC(CLASS, BASE) macro 567 #define ABSTRACT_TYPELOC(CLASS, BASE) in TraverseTypeLoc() macro
|
D | RecursiveASTVisitor.h | 363 #define ABSTRACT_TYPELOC(CLASS, BASE) macro 634 #define ABSTRACT_TYPELOC(CLASS, BASE) in TraverseTypeLoc() macro
|
D | TypeLoc.h | 31 #define ABSTRACT_TYPELOC(Class, Base) macro
|
/external/clang/lib/AST/ |
D | TypeLoc.cpp | 29 #define ABSTRACT_TYPELOC(CLASS, PARENT) macro 46 #define ABSTRACT_TYPELOC(CLASS, PARENT) macro 64 #define ABSTRACT_TYPELOC(CLASS, PARENT) macro 92 #define ABSTRACT_TYPELOC(CLASS, PARENT) macro 114 #define ABSTRACT_TYPELOC(CLASS, PARENT) in initializeImpl() macro 212 #define ABSTRACT_TYPELOC(CLASS, PARENT) macro
|
/external/clang/lib/Sema/ |
D | TypeLocBuilder.cpp | 33 #define ABSTRACT_TYPELOC(CLASS, PARENT) in pushFullCopy() macro
|
D | TreeTransform.h | 561 #define ABSTRACT_TYPELOC(CLASS, PARENT) macro 3722 #define ABSTRACT_TYPELOC(CLASS, PARENT) in TransformType() macro
|
D | SemaDeclCXX.cpp | 4583 #define ABSTRACT_TYPELOC(CLASS, PARENT) in Visit() macro
|
/external/clang/tools/libclang/ |
D | CursorVisitor.h | 250 #define ABSTRACT_TYPELOC(CLASS, PARENT) macro
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 452 #define ABSTRACT_TYPELOC(CLASS, PARENT) macro
|
D | ASTReader.cpp | 5735 #define ABSTRACT_TYPELOC(CLASS, PARENT) macro
|