Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h715 QualType equivalentType);
/external/clang/lib/AST/
DASTContext.cpp2185 QualType equivalentType) { in getAttributedType() argument
2187 AttributedType::Profile(id, attrKind, modifiedType, equivalentType); in getAttributedType()
2193 QualType canon = getCanonicalType(equivalentType); in getAttributedType()
2195 AttributedType(canon, attrKind, modifiedType, equivalentType); in getAttributedType()
/external/clang/lib/Serialization/
DASTReader.cpp3429 QualType equivalentType = GetType(Record[1]); in ReadTypeRecord() local
3431 return Context->getAttributedType(kind, modifiedType, equivalentType); in ReadTypeRecord()
/external/clang/lib/Sema/
DTreeTransform.h4636 QualType equivalentType in TransformAttributedType() local
4638 if (equivalentType.isNull()) in TransformAttributedType()
4642 equivalentType); in TransformAttributedType()