Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp850 struct CurMatchRAII { struct in clang::ast_matchers::internal::__anon5fcafee50111::MatchASTVisitor
852 CurMatchRAII(MatchASTVisitor &MV, const MatchCallback *CB, in CurMatchRAII() function
858 ~CurMatchRAII() { MV.CurMatchState.reset(); } in ~CurMatchRAII() argument
1019 CurMatchRAII RAII(*this, MP.second, Node); in matchWithoutFilter()
1052 CurMatchRAII RAII(*this, MP.second, DynNode); in matchWithFilter()