Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DTypeLoc.cpp695 return Visit(T.getWrappedLoc()); in VisitBTFTagAttributedTypeLoc()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DTypeLoc.h911 TypeLoc getWrappedLoc() const { return getInnerTypeLoc(); } in getWrappedLoc() function
2639 Cur = ATL.getWrappedLoc(); in getAsAdjusted()
H A DRecursiveASTVisitor.h1400 { TRY_TO(TraverseTypeLoc(TL.getWrappedLoc())); })
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp1763 return Visit(TL.getWrappedLoc()); in VisitBTFTagAttributedTypeLoc()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp6088 Visit(TL.getWrappedLoc()); in VisitBTFTagAttributedTypeLoc()