Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DType.cpp931 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()
DASTContext.cpp3218 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/
DASTContext.h1213 QualType equivalentType);
/external/clang/lib/Sema/
DTreeTransform.h5576 QualType equivalentType in TransformAttributedType() local
5578 if (equivalentType.isNull()) in TransformAttributedType()
5593 equivalentType); in TransformAttributedType()
/external/clang/lib/Serialization/
DASTReader.cpp5456 QualType equivalentType = readType(*Loc.F, Record, Idx); in readTypeRecord() local
5458 return Context.getAttributedType(kind, modifiedType, equivalentType); in readTypeRecord()