Searched refs:equivalentType (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | Type.cpp | 1005 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 D | ASTContext.cpp | 3931 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 D | ASTContext.h | 1423 QualType equivalentType);
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | TreeTransform.h | 6114 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 D | ASTReader.cpp | 6168 QualType equivalentType = readType(*Loc.F, Record, Idx); in readTypeRecord() local 6170 return Context.getAttributedType(kind, modifiedType, equivalentType); in readTypeRecord()
|