Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp515 ASTNodeNotAsIsSourceScope RAII(this, true); in dataTraverseNode()
532 ASTNodeNotAsIsSourceScope RAII(this, true); in dataTraverseNode()
556 ASTNodeNotAsIsSourceScope RAII(this, true); in dataTraverseNode()
981 struct ASTNodeNotAsIsSourceScope { struct in clang::ast_matchers::internal::__anon17c865b50111::MatchASTVisitor
982 ASTNodeNotAsIsSourceScope(MatchASTVisitor *V, bool B) in ASTNodeNotAsIsSourceScope() argument
986 ~ASTNodeNotAsIsSourceScope() { MV->TraversingASTNodeNotAsIs = MB; } in ~ASTNodeNotAsIsSourceScope() argument