Searched refs:modifiedType (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | Type.cpp | 1001 QualType modifiedType = recurse(T->getModifiedType()); in TRIVIAL_TYPE_CLASS() local 1002 if (modifiedType.isNull()) in TRIVIAL_TYPE_CLASS() 1009 if (modifiedType.getAsOpaquePtr() in TRIVIAL_TYPE_CLASS() 1015 return Ctx.getAttributedType(T->getAttrKind(), modifiedType, in TRIVIAL_TYPE_CLASS()
|
| H A D | ASTContext.cpp | 3930 QualType modifiedType, in getAttributedType() argument 3933 AttributedType::Profile(id, attrKind, modifiedType, equivalentType); in getAttributedType() 3941 AttributedType(canon, attrKind, modifiedType, equivalentType); in getAttributedType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | TreeTransform.h | 6097 QualType modifiedType = getDerived().TransformType(TLB, TL.getModifiedLoc()); in TransformAttributedType() local 6098 if (modifiedType.isNull()) in TransformAttributedType() 6111 modifiedType != oldType->getModifiedType()) { in TransformAttributedType() 6122 if (!modifiedType->canHaveNullability()) { in TransformAttributedType() 6125 << DiagNullabilityKind(*nullability, false) << modifiedType; in TransformAttributedType() 6131 modifiedType, in TransformAttributedType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1422 QualType modifiedType,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 6167 QualType modifiedType = readType(*Loc.F, Record, Idx); in readTypeRecord() local 6170 return Context.getAttributedType(kind, modifiedType, equivalentType); in readTypeRecord()
|