Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp1253 struct CurBoundScope { struct in clang::ast_matchers::internal::__anon17c865b50111::MatchASTVisitor::MatchVisitor
1254 CurBoundScope(MatchASTVisitor::CurMatchData &State, const BoundNodes &BN) in CurBoundScope() function
1259 ~CurBoundScope() { State.clearBoundNodes(); } in ~CurBoundScope() argument
1272 CurBoundScope RAII2(State, BoundNodesView); in visitMatch()