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

/external/clang/include/clang/AST/
H A DASTContext.h1088 QualType modifiedType,
/external/clang/lib/AST/
H A DASTContext.cpp3015 QualType modifiedType,
3018 AttributedType::Profile(id, attrKind, modifiedType, equivalentType);
3026 AttributedType(canon, attrKind, modifiedType, equivalentType);
3014 getAttributedType(AttributedType::Kind attrKind, QualType modifiedType, QualType equivalentType) argument
/external/clang/lib/Sema/
H A DTreeTransform.h5142 QualType modifiedType = getDerived().TransformType(TLB, TL.getModifiedLoc()); local
5143 if (modifiedType.isNull())
5150 modifiedType != oldType->getModifiedType()) {
5158 modifiedType,
/external/clang/lib/Serialization/
H A DASTReader.cpp5328 QualType modifiedType = readType(*Loc.F, Record, Idx); local
5331 return Context.getAttributedType(kind, modifiedType, equivalentType);

Completed in 2221 milliseconds