Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DType.cpp927 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()
DASTContext.cpp3217 QualType modifiedType, in getAttributedType() argument
3220 AttributedType::Profile(id, attrKind, modifiedType, equivalentType); in getAttributedType()
3228 AttributedType(canon, attrKind, modifiedType, equivalentType); in getAttributedType()
/external/clang/include/clang/AST/
DASTContext.h1212 QualType modifiedType,
/external/clang/lib/Sema/
DTreeTransform.h5565 QualType modifiedType = getDerived().TransformType(TLB, TL.getModifiedLoc()); in TransformAttributedType() local
5566 if (modifiedType.isNull()) in TransformAttributedType()
5573 modifiedType != oldType->getModifiedType()) { in TransformAttributedType()
5584 if (!modifiedType->canHaveNullability()) { in TransformAttributedType()
5586 << DiagNullabilityKind(*nullability, false) << modifiedType; in TransformAttributedType()
5592 modifiedType, in TransformAttributedType()
/external/clang/lib/Serialization/
DASTReader.cpp5455 QualType modifiedType = readType(*Loc.F, Record, Idx); in readTypeRecord() local
5458 return Context.getAttributedType(kind, modifiedType, equivalentType); in readTypeRecord()