Searched defs:modifiedType (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Serialization/
H A DASTReader.cpp3993 QualType modifiedType = readType(*Loc.F, Record, Idx); local
3996 return Context.getAttributedType(kind, modifiedType, equivalentType);
/external/clang/lib/AST/
H A DASTContext.cpp2680 QualType modifiedType,
2683 AttributedType::Profile(id, attrKind, modifiedType, equivalentType);
2691 AttributedType(canon, attrKind, modifiedType, equivalentType);
2679 getAttributedType(AttributedType::Kind attrKind, QualType modifiedType, QualType equivalentType) argument
/external/clang/lib/Sema/
H A DTreeTransform.h4837 QualType modifiedType = getDerived().TransformType(TLB, TL.getModifiedLoc()); local
4838 if (modifiedType.isNull())
4845 modifiedType != oldType->getModifiedType()) {
4853 modifiedType,

Completed in 1100 milliseconds