/external/clang/include/clang/AST/ |
D | TypeNodes.def | 20 // ABSTRACT_TYPE(Class, Base) - An abstract class that shows up in 46 #ifndef ABSTRACT_TYPE 47 # define ABSTRACT_TYPE(Class, Base) TYPE(Class, Base) 66 ABSTRACT_TYPE(Reference, Type) 70 ABSTRACT_TYPE(Array, Type) 78 ABSTRACT_TYPE(Function, Type) 88 ABSTRACT_TYPE(Tag, Type) 126 #undef ABSTRACT_TYPE
|
D | TypeVisitor.h | 31 #define ABSTRACT_TYPE(CLASS, PARENT) in Visit() macro
|
D | TypeLocNodes.def | 34 #define ABSTRACT_TYPE(Class, Base) ABSTRACT_TYPELOC(Class, Base##Loc)
|
D | RecursiveASTVisitor.h | 318 #define ABSTRACT_TYPE(CLASS, BASE) in BINOP_LIST() macro 562 #define ABSTRACT_TYPE(CLASS, BASE) in TraverseType() macro
|
D | TypeLoc.h | 51 #define ABSTRACT_TYPE(Class, Base) macro
|
D | Type.h | 1092 #define ABSTRACT_TYPE(Class, Base)
|
/external/clang/lib/AST/ |
D | ASTDiagnostic.cpp | 80 #define ABSTRACT_TYPE(Class, Base) in Desugar() macro
|
D | Type.cpp | 212 #define ABSTRACT_TYPE(Class, Parent) in getLocallyUnqualifiedSingleStepDesugaredType() macro 231 #define ABSTRACT_TYPE(Class, Parent) in getSplitDesugaredType() macro 260 #define ABSTRACT_TYPE(Class, Parent) in getSplitUnqualifiedTypeImpl() macro 299 #define ABSTRACT_TYPE(Class, Parent) in getUnqualifiedDesugaredType() macro 1412 #define ABSTRACT_TYPE(Derived, Base) in getTypeClassName() macro
|
D | MicrosoftMangle.cpp | 60 #define ABSTRACT_TYPE(CLASS, PARENT) macro 645 #define ABSTRACT_TYPE(CLASS, PARENT) in mangleType() macro
|
D | DumpXML.cpp | 128 #define ABSTRACT_TYPE(DERIVED, BASE) in dispatch() macro 162 #define ABSTRACT_TYPE(DERIVED, BASE) in getTypeKindName() macro
|
D | TypePrinter.cpp | 54 #define ABSTRACT_TYPE(CLASS, PARENT) macro 180 #define ABSTRACT_TYPE(CLASS, PARENT) in print() macro
|
D | ASTContext.cpp | 301 #define ABSTRACT_TYPE(Name, Parent) in PrintStats() macro 319 #define ABSTRACT_TYPE(Name, Parent) in PrintStats() macro 841 #define ABSTRACT_TYPE(Class, Base) in getTypeInfoImpl() macro 1735 #define ABSTRACT_TYPE(Class, Base) in getVariableArrayDecayedType() macro 5955 #define ABSTRACT_TYPE(Class, Base) in mergeTypes() macro
|
D | ItaniumMangle.cpp | 324 #define ABSTRACT_TYPE(CLASS, PARENT) macro 1803 #define ABSTRACT_TYPE(CLASS, PARENT) in mangleType() macro
|
/external/clang/lib/CodeGen/ |
D | CGRTTI.cpp | 393 #define ABSTRACT_TYPE(Class, Base) in BuildVTablePointer() macro 590 #define ABSTRACT_TYPE(Class, Base) in BuildTypeInfo() macro
|
D | CodeGenFunction.cpp | 68 #define ABSTRACT_TYPE(name, parent) in hasAggregateLLVMType() macro 967 #define ABSTRACT_TYPE(Class, Base) in EmitVariablyModifiedType() macro
|
D | CodeGenTypes.cpp | 302 #define ABSTRACT_TYPE(Class, Base) in ConvertType() macro
|
D | CGDebugInfo.cpp | 1720 #define ABSTRACT_TYPE(Class, Base) in CreateTypeNode() macro 1893 #define ABSTRACT_TYPE(Class, Base) in CreateLimitedTypeNode() macro
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 88 #define ABSTRACT_TYPE(Class, Base) macro 2148 #define ABSTRACT_TYPE(Class, Base) in WriteType() macro
|
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 1945 #define ABSTRACT_TYPE(Class, Base) in addAssociatedClassesAndNamespaces() macro
|
D | SemaTemplateDeduction.cpp | 4411 #define ABSTRACT_TYPE(Class, Base) in MarkUsedTemplateParameters() macro
|
D | SemaTemplate.cpp | 3205 #define ABSTRACT_TYPE(Class, Parent) \ macro
|