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

/external/clang/lib/Serialization/
H A DASTReader.cpp5329 QualType equivalentType = readType(*Loc.F, Record, Idx); local
5331 return Context.getAttributedType(kind, modifiedType, equivalentType);
/external/clang/lib/AST/
H A DASTContext.cpp3016 QualType equivalentType) {
3018 AttributedType::Profile(id, attrKind, modifiedType, equivalentType);
3024 QualType canon = getCanonicalType(equivalentType);
3026 AttributedType(canon, attrKind, modifiedType, equivalentType);
3014 getAttributedType(AttributedType::Kind attrKind, QualType modifiedType, QualType equivalentType) argument
/external/clang/lib/Sema/
H A DTreeTransform.h5153 QualType equivalentType local
5155 if (equivalentType.isNull())
5159 equivalentType);

Completed in 160 milliseconds