Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp1240 struct CurBoundScope { struct in clang::ast_matchers::internal::__anon5fcafee50111::MatchASTVisitor::MatchVisitor
1241 CurBoundScope(MatchASTVisitor::CurMatchData &State, const BoundNodes &BN) in CurBoundScope() argument
1246 ~CurBoundScope() { State.clearBoundNodes(); } in ~CurBoundScope() argument
1259 CurBoundScope RAII2(State, BoundNodesView); in visitMatch()