Searched refs:modifiedType (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/AST/ |
D | Type.cpp | 927 QualType modifiedType = recurse(T->getModifiedType()); in TRIVIAL_TYPE_CLASS() local 928 if (modifiedType.isNull()) in TRIVIAL_TYPE_CLASS() 935 if (modifiedType.getAsOpaquePtr() in TRIVIAL_TYPE_CLASS() 941 return Ctx.getAttributedType(T->getAttrKind(), modifiedType, in TRIVIAL_TYPE_CLASS()
|
D | ASTContext.cpp | 3260 QualType modifiedType, in getAttributedType() argument 3263 AttributedType::Profile(id, attrKind, modifiedType, equivalentType); in getAttributedType() 3271 AttributedType(canon, attrKind, modifiedType, equivalentType); in getAttributedType()
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 1225 QualType modifiedType,
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 5730 QualType modifiedType = getDerived().TransformType(TLB, TL.getModifiedLoc()); in TransformAttributedType() local 5731 if (modifiedType.isNull()) in TransformAttributedType() 5738 modifiedType != oldType->getModifiedType()) { in TransformAttributedType() 5749 if (!modifiedType->canHaveNullability()) { in TransformAttributedType() 5751 << DiagNullabilityKind(*nullability, false) << modifiedType; in TransformAttributedType() 5757 modifiedType, in TransformAttributedType()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 5488 QualType modifiedType = readType(*Loc.F, Record, Idx); in readTypeRecord() local 5491 return Context.getAttributedType(kind, modifiedType, equivalentType); in readTypeRecord()
|