Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp861 struct CurMatchRAII { struct in clang::ast_matchers::internal::__anond7f3fd2a0111::MatchASTVisitor
863 CurMatchRAII(MatchASTVisitor &MV, const MatchCallback *CB, in CurMatchRAII() argument
869 ~CurMatchRAII() { MV.CurMatchState.reset(); } in ~CurMatchRAII() argument
1030 CurMatchRAII RAII(*this, MP.second, Node); in matchWithoutFilter()
1063 CurMatchRAII RAII(*this, MP.second, DynNode); in matchWithFilter()