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

/external/clang/include/clang/AST/
H A DASTContext.h955 QualType equivalentType);
/external/clang/lib/AST/
H A DASTContext.cpp2681 QualType equivalentType) {
2683 AttributedType::Profile(id, attrKind, modifiedType, equivalentType);
2689 QualType canon = getCanonicalType(equivalentType);
2691 AttributedType(canon, attrKind, modifiedType, equivalentType);
2679 getAttributedType(AttributedType::Kind attrKind, QualType modifiedType, QualType equivalentType) argument
/external/clang/lib/Sema/
H A DTreeTransform.h4848 QualType equivalentType local
4850 if (equivalentType.isNull())
4854 equivalentType);
/external/clang/lib/Serialization/
H A DASTReader.cpp3994 QualType equivalentType = readType(*Loc.F, Record, Idx); local
3996 return Context.getAttributedType(kind, modifiedType, equivalentType);

Completed in 167 milliseconds