Home
last modified time | relevance | path

Searched refs:equivalentType (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
DASTContext.h1113 QualType equivalentType);
/external/clang/lib/AST/
DASTContext.cpp3095 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/
DTreeTransform.h5390 QualType equivalentType in TransformAttributedType() local
5392 if (equivalentType.isNull()) in TransformAttributedType()
5396 equivalentType); in TransformAttributedType()
/external/clang/lib/Serialization/
DASTReader.cpp5510 QualType equivalentType = readType(*Loc.F, Record, Idx); in readTypeRecord() local
5512 return Context.getAttributedType(kind, modifiedType, equivalentType); in readTypeRecord()