Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp724 return Visit(T.getWrappedLoc()); in VisitBTFTagAttributedTypeLoc()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h927 TypeLoc getWrappedLoc() const { return getInnerTypeLoc(); } in getWrappedLoc() function
2692 Cur = ATL.getWrappedLoc(); in getAsAdjusted()
H A DRecursiveASTVisitor.h1446 { TRY_TO(TraverseTypeLoc(TL.getWrappedLoc())); })
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp5810 Visit(TL.getWrappedLoc()); in VisitBTFTagAttributedTypeLoc()