Home
last modified time | relevance | path

Searched refs:getWrappedType (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp2128 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 DASTStructuralEquivalence.cpp1165 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 DASTContext.cpp2559 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 DType.cpp4790 return Cache::get(cast<HLSLAttributedResourceType>(T)->getWrappedType()); in computeCachedProperties()
H A DItaniumMangle.cpp4699 mangleType(T->getWrappedType()); in mangleType()
H A DASTImporter.cpp1993 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 DTypeProperties.td678 let Read = [{ node->getWrappedType() }];
697 let Read = [{ node->getWrappedType() }];
H A DTypeLoc.h942 QualType getInnerType() const { return getTypePtr()->getWrappedType(); } in getInnerType()
970 QualType getInnerType() const { return getTypePtr()->getWrappedType(); } in getInnerType()
H A DASTNodeTraverser.h446 Visit(T->getWrappedType()); in VisitBTFTagAttributedType()
H A DType.h6291 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 DRecursiveASTVisitor.h1152 { TRY_TO(TraverseType(T->getWrappedType())); })
1155 { TRY_TO(TraverseType(T->getWrappedType())); })
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDXILResource.h233 Type *getWrappedType() const { return getTypeParameter(0); } in getWrappedType() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDXILResource.cpp351 StructType *Ty = cast<StructType>(LayoutType->getWrappedType()); in createElementStruct()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1409 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 DSemaLookup.cpp3300 T = cast<HLSLAttributedResourceType>(T)->getWrappedType().getTypePtr(); in addAssociatedClassesAndNamespaces()
H A DSemaTemplateDeduction.cpp7025 Ctx, cast<HLSLAttributedResourceType>(T)->getWrappedType(), OnlyDeduced, in MarkUsedTemplateParameters()
H A DSemaOverload.cpp1830 if (S.Context.hasSameUnqualifiedType(ToResType->getWrappedType(), in TryImplicitConversion()
1831 FromResType->getWrappedType()) && in TryImplicitConversion()
H A DSemaTemplate.cpp6315 return Visit(T->getWrappedType()); in VisitHLSLAttributedResourceType()
H A DTreeTransform.h7685 if (getDerived().AlwaysRebuild() || WrappedTy != oldType->getWrappedType() || in TransformHLSLAttributedResourceType()