Searched refs:equivalentType (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/AST/ |
D | Type.cpp | 931 QualType equivalentType = recurse(T->getEquivalentType()); in TRIVIAL_TYPE_CLASS() local 932 if (equivalentType.isNull()) in TRIVIAL_TYPE_CLASS() 937 equivalentType.getAsOpaquePtr() in TRIVIAL_TYPE_CLASS() 942 equivalentType); in TRIVIAL_TYPE_CLASS()
|
D | ASTContext.cpp | 3218 QualType equivalentType) { in getAttributedType() argument 3220 AttributedType::Profile(id, attrKind, modifiedType, equivalentType); in getAttributedType() 3226 QualType canon = getCanonicalType(equivalentType); in getAttributedType() 3228 AttributedType(canon, attrKind, modifiedType, equivalentType); in getAttributedType()
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 1213 QualType equivalentType);
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 5576 QualType equivalentType in TransformAttributedType() local 5578 if (equivalentType.isNull()) in TransformAttributedType() 5593 equivalentType); in TransformAttributedType()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 5456 QualType equivalentType = readType(*Loc.F, Record, Idx); in readTypeRecord() local 5458 return Context.getAttributedType(kind, modifiedType, equivalentType); in readTypeRecord()
|