Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp512 ASTNodeNotAsIsSourceScope RAII(this, true); in dataTraverseNode()
529 ASTNodeNotAsIsSourceScope RAII(this, true); in dataTraverseNode()
553 ASTNodeNotAsIsSourceScope RAII(this, true); in dataTraverseNode()
968 struct ASTNodeNotAsIsSourceScope { struct in clang::ast_matchers::internal::__anon5fcafee50111::MatchASTVisitor
969 ASTNodeNotAsIsSourceScope(MatchASTVisitor *V, bool B) in ASTNodeNotAsIsSourceScope() argument
973 ~ASTNodeNotAsIsSourceScope() { MV->TraversingASTNodeNotAsIs = MB; } in ~ASTNodeNotAsIsSourceScope() argument