Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1110 QualType modifiedType,
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h5356 QualType modifiedType = getDerived().TransformType(TLB, TL.getModifiedLoc()); in TransformAttributedType() local
5357 if (modifiedType.isNull()) in TransformAttributedType()
5364 modifiedType != oldType->getModifiedType()) { in TransformAttributedType()
5372 modifiedType, in TransformAttributedType()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp3073 QualType modifiedType, in getAttributedType() argument
3076 AttributedType::Profile(id, attrKind, modifiedType, equivalentType); in getAttributedType()
3084 AttributedType(canon, attrKind, modifiedType, equivalentType); in getAttributedType()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp5448 QualType modifiedType = readType(*Loc.F, Record, Idx); in readTypeRecord() local
5451 return Context.getAttributedType(kind, modifiedType, equivalentType); in readTypeRecord()