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

/external/clang/lib/AST/
H A DASTContext.cpp2843 QualType modifiedType,
2846 AttributedType::Profile(id, attrKind, modifiedType, equivalentType);
2854 AttributedType(canon, attrKind, modifiedType, equivalentType);
2842 getAttributedType(AttributedType::Kind attrKind, QualType modifiedType, QualType equivalentType) argument
/external/clang/lib/Sema/
H A DTreeTransform.h4868 QualType modifiedType = getDerived().TransformType(TLB, TL.getModifiedLoc()); local
4869 if (modifiedType.isNull())
4876 modifiedType != oldType->getModifiedType()) {
4884 modifiedType,
/external/clang/lib/Serialization/
H A DASTReader.cpp4484 QualType modifiedType = readType(*Loc.F, Record, Idx); local
4487 return Context.getAttributedType(kind, modifiedType, equivalentType);

Completed in 123 milliseconds