Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp737 return Visit(T.getWrappedLoc()); in VisitBTFTagAttributedTypeLoc()
742 return Visit(T.getWrappedLoc()); in VisitHLSLAttributedResourceTypeLoc()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h929 TypeLoc getWrappedLoc() const { return getInnerTypeLoc(); } in getWrappedLoc() function
956 TypeLoc getWrappedLoc() const { return getInnerTypeLoc(); } in getWrappedLoc() function
2749 Cur = ATL.getWrappedLoc(); in getAsAdjusted()
2751 Cur = ATL.getWrappedLoc(); in getAsAdjusted()
H A DRecursiveASTVisitor.h1463 { TRY_TO(TraverseTypeLoc(TL.getWrappedLoc())); })
1466 { TRY_TO(TraverseTypeLoc(TL.getWrappedLoc())); })
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp5884 Visit(TL.getWrappedLoc()); in VisitBTFTagAttributedTypeLoc()
5887 Visit(TL.getWrappedLoc()); in VisitHLSLAttributedResourceTypeLoc()
H A DTreeTransform.h7667 QualType WrappedTy = getDerived().TransformType(TLB, TL.getWrappedLoc()); in TransformHLSLAttributedResourceType()