Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp717 return Visit(T.getWrappedLoc()); in VisitBTFTagAttributedTypeLoc()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h917 TypeLoc getWrappedLoc() const { return getInnerTypeLoc(); } in getWrappedLoc() function
2623 Cur = ATL.getWrappedLoc(); in getAsAdjusted()
H A DRecursiveASTVisitor.h1391 { TRY_TO(TraverseTypeLoc(TL.getWrappedLoc())); })
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp6238 Visit(TL.getWrappedLoc()); in VisitBTFTagAttributedTypeLoc()