Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1111 QualType equivalentType);
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp3074 QualType equivalentType) { in getAttributedType() argument
3076 AttributedType::Profile(id, attrKind, modifiedType, equivalentType); in getAttributedType()
3082 QualType canon = getCanonicalType(equivalentType); in getAttributedType()
3084 AttributedType(canon, attrKind, modifiedType, equivalentType); in getAttributedType()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h5367 QualType equivalentType in TransformAttributedType() local
5369 if (equivalentType.isNull()) in TransformAttributedType()
5373 equivalentType); in TransformAttributedType()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp5449 QualType equivalentType = readType(*Loc.F, Record, Idx); in readTypeRecord() local
5451 return Context.getAttributedType(kind, modifiedType, equivalentType); in readTypeRecord()