/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) 125 #undef ABSTRACT_TYPE
|
D | TypeVisitor.h | 32 #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 | 302 #define ABSTRACT_TYPE(CLASS, BASE) in BINOP_LIST() macro 449 #define ABSTRACT_TYPE(CLASS, BASE) in TraverseType() macro
|
D | TypeLoc.h | 50 #define ABSTRACT_TYPE(Class, Base) macro
|
D | Type.h | 1048 #define ABSTRACT_TYPE(Class, Base)
|
/external/clang/lib/AST/ |
D | ASTDiagnostic.cpp | 80 #define ABSTRACT_TYPE(Class, Base) in Desugar() macro
|
D | Type.cpp | 188 #define ABSTRACT_TYPE(Class, Parent) in getSingleStepDesugaredType() macro 210 #define ABSTRACT_TYPE(Class, Parent) in getSplitDesugaredType() macro 239 #define ABSTRACT_TYPE(Class, Parent) in getSplitUnqualifiedTypeImpl() macro 278 #define ABSTRACT_TYPE(Class, Parent) in getUnqualifiedDesugaredType() macro 1420 #define ABSTRACT_TYPE(Derived, Base) in getTypeClassName() macro
|
D | MicrosoftMangle.cpp | 60 #define ABSTRACT_TYPE(CLASS, PARENT) macro 650 #define ABSTRACT_TYPE(CLASS, PARENT) in mangleType() macro
|
D | DumpXML.cpp | 131 #define ABSTRACT_TYPE(DERIVED, BASE) in dispatch() macro 165 #define ABSTRACT_TYPE(DERIVED, BASE) in getTypeKindName() macro
|
D | TypePrinter.cpp | 54 #define ABSTRACT_TYPE(CLASS, PARENT) macro 179 #define ABSTRACT_TYPE(CLASS, PARENT) in print() macro
|
D | ItaniumMangle.cpp | 292 #define ABSTRACT_TYPE(CLASS, PARENT) macro 1661 #define ABSTRACT_TYPE(CLASS, PARENT) in mangleType() macro
|
D | ASTContext.cpp | 297 #define ABSTRACT_TYPE(Name, Parent) in PrintStats() macro 315 #define ABSTRACT_TYPE(Name, Parent) in PrintStats() macro 755 #define ABSTRACT_TYPE(Class, Base) in getTypeInfo() macro 1610 #define ABSTRACT_TYPE(Class, Base) in getVariableArrayDecayedType() macro 5754 #define ABSTRACT_TYPE(Class, Base) in mergeTypes() macro
|
/external/clang/lib/CodeGen/ |
D | CGRTTI.cpp | 391 #define ABSTRACT_TYPE(Class, Base) in BuildVTablePointer() macro 588 #define ABSTRACT_TYPE(Class, Base) in BuildTypeInfo() macro
|
D | CodeGenFunction.cpp | 59 #define ABSTRACT_TYPE(name, parent) in hasAggregateLLVMType() macro 911 #define ABSTRACT_TYPE(Class, Base) in EmitVariablyModifiedType() macro
|
D | CodeGenTypes.cpp | 301 #define ABSTRACT_TYPE(Class, Base) in ConvertType() macro
|
D | CGDebugInfo.cpp | 1521 #define ABSTRACT_TYPE(Class, Base) in CreateTypeNode() macro
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 89 #define ABSTRACT_TYPE(Class, Base) macro 1983 #define ABSTRACT_TYPE(Class, Base) in WriteType() macro
|
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 1866 #define ABSTRACT_TYPE(Class, Base) in addAssociatedClassesAndNamespaces() macro
|
D | SemaTemplateDeduction.cpp | 4194 #define ABSTRACT_TYPE(Class, Base) in MarkUsedTemplateParameters() macro
|
D | SemaTemplate.cpp | 3062 #define ABSTRACT_TYPE(Class, Parent) \ macro
|