Searched refs:modifiedType (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | Type.cpp | 907 QualType modifiedType = recurse(T->getModifiedType()); in TRIVIAL_TYPE_CLASS() local 908 if (modifiedType.isNull()) in TRIVIAL_TYPE_CLASS() 915 if (modifiedType.getAsOpaquePtr() in TRIVIAL_TYPE_CLASS() 921 return Ctx.getAttributedType(T->getAttrKind(), modifiedType, in TRIVIAL_TYPE_CLASS()
|
| HD | ASTContext.cpp | 3148 QualType modifiedType, in getAttributedType() argument 3151 AttributedType::Profile(id, attrKind, modifiedType, equivalentType); in getAttributedType() 3159 AttributedType(canon, attrKind, modifiedType, equivalentType); in getAttributedType()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | TreeTransform.h | 5409 QualType modifiedType = getDerived().TransformType(TLB, TL.getModifiedLoc()); in TransformAttributedType() local 5410 if (modifiedType.isNull()) in TransformAttributedType() 5417 modifiedType != oldType->getModifiedType()) { in TransformAttributedType() 5428 if (!modifiedType->canHaveNullability()) { in TransformAttributedType() 5430 << DiagNullabilityKind(*nullability, false) << modifiedType; in TransformAttributedType() 5436 modifiedType, in TransformAttributedType()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | ASTContext.h | 1140 QualType modifiedType,
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTReader.cpp | 5221 QualType modifiedType = readType(*Loc.F, Record, Idx); in readTypeRecord() local 5224 return Context.getAttributedType(kind, modifiedType, equivalentType); in readTypeRecord()
|