Searched refs:getWrappedType (Results 1 – 19 of 19) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | TypePrinter.cpp | 2128 printBefore(T->getWrappedType(), OS); in printBTFTagAttributedBefore() 2134 printAfter(T->getWrappedType(), OS); in printBTFTagAttributedAfter() 2139 printBefore(T->getWrappedType(), OS); in printHLSLAttributedResourceBefore() 2144 printAfter(T->getWrappedType(), OS); in printHLSLAttributedResourceAfter()
|
| H A D | ASTStructuralEquivalence.cpp | 1165 Context, cast<BTFTagAttributedType>(T1)->getWrappedType(), in IsStructurallyEquivalent() 1166 cast<BTFTagAttributedType>(T2)->getWrappedType())) in IsStructurallyEquivalent() 1172 Context, cast<HLSLAttributedResourceType>(T1)->getWrappedType(), in IsStructurallyEquivalent() 1173 cast<HLSLAttributedResourceType>(T2)->getWrappedType())) in IsStructurallyEquivalent()
|
| H A D | ASTContext.cpp | 2559 cast<BTFTagAttributedType>(T)->getWrappedType().getTypePtr()); in getTypeInfoImpl() 2563 cast<HLSLAttributedResourceType>(T)->getWrappedType().getTypePtr()); in getTypeInfoImpl() 3738 adjustType(BTFT->getWrappedType(), Adjust)); in adjustType() 11947 assert(LHSTy->getWrappedType() == RHSTy->getWrappedType() && in mergeTypes() 11948 LHSTy->getWrappedType()->isHLSLResourceType() && in mergeTypes()
|
| H A D | Type.cpp | 4790 return Cache::get(cast<HLSLAttributedResourceType>(T)->getWrappedType()); in computeCachedProperties()
|
| H A D | ItaniumMangle.cpp | 4699 mangleType(T->getWrappedType()); in mangleType()
|
| H A D | ASTImporter.cpp | 1993 QualType ToWrappedType = importChecked(Err, T->getWrappedType()); in VisitBTFTagAttributedType() 2005 QualType ToWrappedType = importChecked(Err, T->getWrappedType()); in VisitHLSLAttributedResourceType()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 678 let Read = [{ node->getWrappedType() }]; 697 let Read = [{ node->getWrappedType() }];
|
| H A D | TypeLoc.h | 942 QualType getInnerType() const { return getTypePtr()->getWrappedType(); } in getInnerType() 970 QualType getInnerType() const { return getTypePtr()->getWrappedType(); } in getInnerType()
|
| H A D | ASTNodeTraverser.h | 446 Visit(T->getWrappedType()); in VisitBTFTagAttributedType()
|
| H A D | Type.h | 6291 QualType getWrappedType() const { return WrappedType; } 6295 QualType desugar() const { return getWrappedType(); } 6354 QualType getWrappedType() const { return WrappedType; } 8971 Ty = A->getWrappedType().getTypePtr(); 8973 Ty = A->getWrappedType().getTypePtr();
|
| H A D | RecursiveASTVisitor.h | 1152 { TRY_TO(TraverseType(T->getWrappedType())); }) 1155 { TRY_TO(TraverseType(T->getWrappedType())); })
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | DXILResource.h | 233 Type *getWrappedType() const { return getTypeParameter(0); } in getWrappedType() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | DXILResource.cpp | 351 StructType *Ty = cast<StructType>(LayoutType->getWrappedType()); in createElementStruct()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 1409 BTFAttrTy = dyn_cast<BTFTagAttributedType>(BTFAttrTy->getWrappedType()); in CreatePointerLikeType() 3691 return getOrCreateType(Ty->getWrappedType(), U); in CreateType() 3851 T = cast<BTFTagAttributedType>(T)->getWrappedType(); in UnwrapTypeForDebugInfo()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 3300 T = cast<HLSLAttributedResourceType>(T)->getWrappedType().getTypePtr(); in addAssociatedClassesAndNamespaces()
|
| H A D | SemaTemplateDeduction.cpp | 7025 Ctx, cast<HLSLAttributedResourceType>(T)->getWrappedType(), OnlyDeduced, in MarkUsedTemplateParameters()
|
| H A D | SemaOverload.cpp | 1830 if (S.Context.hasSameUnqualifiedType(ToResType->getWrappedType(), in TryImplicitConversion() 1831 FromResType->getWrappedType()) && in TryImplicitConversion()
|
| H A D | SemaTemplate.cpp | 6315 return Visit(T->getWrappedType()); in VisitHLSLAttributedResourceType()
|
| H A D | TreeTransform.h | 7685 if (getDerived().AlwaysRebuild() || WrappedTy != oldType->getWrappedType() || in TransformHLSLAttributedResourceType()
|