Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h1070 QualType equivalentType);
/trueos/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp2994 QualType equivalentType) { in getAttributedType() argument
2996 AttributedType::Profile(id, attrKind, modifiedType, equivalentType); in getAttributedType()
3002 QualType canon = getCanonicalType(equivalentType); in getAttributedType()
3004 AttributedType(canon, attrKind, modifiedType, equivalentType); in getAttributedType()
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDTreeTransform.h5052 QualType equivalentType in TransformAttributedType() local
5054 if (equivalentType.isNull()) in TransformAttributedType()
5058 equivalentType); in TransformAttributedType()
/trueos/contrib/llvm/tools/clang/lib/Serialization/
HDASTReader.cpp4777 QualType equivalentType = readType(*Loc.F, Record, Idx); in readTypeRecord() local
4779 return Context.getAttributedType(kind, modifiedType, equivalentType); in readTypeRecord()