Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp1005 QualType equivalentType = recurse(T->getEquivalentType()); in TRIVIAL_TYPE_CLASS() local
1006 if (equivalentType.isNull()) in TRIVIAL_TYPE_CLASS()
1011 equivalentType.getAsOpaquePtr() in TRIVIAL_TYPE_CLASS()
1016 equivalentType); in TRIVIAL_TYPE_CLASS()
H A DASTContext.cpp3931 QualType equivalentType) { in getAttributedType() argument
3933 AttributedType::Profile(id, attrKind, modifiedType, equivalentType); in getAttributedType()
3939 QualType canon = getCanonicalType(equivalentType); in getAttributedType()
3941 AttributedType(canon, attrKind, modifiedType, equivalentType); in getAttributedType()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1423 QualType equivalentType);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h6114 QualType equivalentType in TransformAttributedType() local
6116 if (equivalentType.isNull()) in TransformAttributedType()
6132 equivalentType); in TransformAttributedType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp6168 QualType equivalentType = readType(*Loc.F, Record, Idx); in readTypeRecord() local
6170 return Context.getAttributedType(kind, modifiedType, equivalentType); in readTypeRecord()