Searched refs:equivalentType (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/AST/ |
D | ASTContext.h | 1113 QualType equivalentType);
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 3095 QualType equivalentType) { in getAttributedType() argument 3097 AttributedType::Profile(id, attrKind, modifiedType, equivalentType); in getAttributedType() 3103 QualType canon = getCanonicalType(equivalentType); in getAttributedType() 3105 AttributedType(canon, attrKind, modifiedType, equivalentType); in getAttributedType()
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 5390 QualType equivalentType in TransformAttributedType() local 5392 if (equivalentType.isNull()) in TransformAttributedType() 5396 equivalentType); in TransformAttributedType()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 5510 QualType equivalentType = readType(*Loc.F, Record, Idx); in readTypeRecord() local 5512 return Context.getAttributedType(kind, modifiedType, equivalentType); in readTypeRecord()
|