Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp1251 struct CurBoundScope { struct in clang::ast_matchers::internal::__anond7f3fd2a0111::MatchASTVisitor::MatchVisitor
1252 CurBoundScope(MatchASTVisitor::CurMatchData &State, const BoundNodes &BN) in CurBoundScope() function
1257 ~CurBoundScope() { State.clearBoundNodes(); } in ~CurBoundScope() argument
1270 CurBoundScope RAII2(State, BoundNodesView); in visitMatch()