Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/ASTMatchers/
HDASTMatchFinder.cpp1251 struct CurBoundScope { struct in clang::ast_matchers::internal::__anon1b0a21d40111::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()