Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp863 struct CurMatchRAII { struct in clang::ast_matchers::internal::__anon17c865b50111::MatchASTVisitor
865 CurMatchRAII(MatchASTVisitor &MV, const MatchCallback *CB, in CurMatchRAII() argument
871 ~CurMatchRAII() { MV.CurMatchState.reset(); } in ~CurMatchRAII() argument
1032 CurMatchRAII RAII(*this, MP.second, Node); in matchWithoutFilter()
1065 CurMatchRAII RAII(*this, MP.second, DynNode); in matchWithFilter()