Home
last modified time | relevance | path

Searched refs:DEPENDENT_TYPE (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeNodes.def54 #ifndef DEPENDENT_TYPE
74 DEPENDENT_TYPE(DependentSizedArray, ArrayType)
75 DEPENDENT_TYPE(DependentSizedExtVector, Type)
76 DEPENDENT_TYPE(DependentAddressSpace, Type)
78 DEPENDENT_TYPE(DependentVector, Type)
83 DEPENDENT_TYPE(UnresolvedUsing, Type)
97 DEPENDENT_TYPE(TemplateTypeParm, Type)
99 DEPENDENT_TYPE(SubstTemplateTypeParmPack, Type)
104 DEPENDENT_TYPE(InjectedClassName, Type)
105 DEPENDENT_TYPE(DependentName, Type)
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTypes.cpp405 #define DEPENDENT_TYPE(Class, Base) case Type::Class: in ConvertType() macro
H A DCodeGenFunction.cpp199 #define DEPENDENT_TYPE(name, parent) case Type::name: in getEvaluationKind() macro
2038 #define DEPENDENT_TYPE(Class, Base) case Type::Class: in EmitVariablyModifiedType() macro
H A DItaniumCXXABI.cpp3065 #define DEPENDENT_TYPE(Class, Base) case Type::Class: in BuildVTablePointer() macro
3311 #define DEPENDENT_TYPE(Class, Base) case Type::Class: in BuildTypeInfo() macro
H A DCGDebugInfo.cpp2881 #define DEPENDENT_TYPE(Class, Base) case Type::Class: in CreateTypeNode() macro
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp749 #define DEPENDENT_TYPE(Class, Base) \ macro
3504 #define DEPENDENT_TYPE(Class,Base) case Type::Class: in computeCachedProperties() macro
3607 #define DEPENDENT_TYPE(Class,Base) case Type::Class: in computeTypeLinkageInfo() macro
H A DASTContext.cpp1763 #define DEPENDENT_TYPE(Class, Base) case Type::Class: in getTypeInfoImpl() macro
7003 #define DEPENDENT_TYPE(KIND, BASE) \ in getObjCEncodingForTypeImpl() macro
8804 #define DEPENDENT_TYPE(Class, Base) case Type::Class: in mergeTypes() macro
H A DExprConstant.cpp7649 #define DEPENDENT_TYPE(ID, BASE) case Type::ID: in EvaluateBuiltinClassifyType() macro
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp2616 #define DEPENDENT_TYPE(Class, Base) case Type::Class: in addAssociatedClassesAndNamespaces() macro
H A DSemaTemplateDeduction.cpp5573 #define DEPENDENT_TYPE(Class, Base) in MarkUsedTemplateParameters() macro
H A DSemaExpr.cpp3915 #define DEPENDENT_TYPE(Class, Base) case Type::Class: in captureVariablyModifiedType() macro