Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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::__anonab4d286c0111::MatchASTVisitor
969 ASTNodeNotAsIsSourceScope(MatchASTVisitor *V, bool B) in ASTNodeNotAsIsSourceScope() function
973 ~ASTNodeNotAsIsSourceScope() { MV->TraversingASTNodeNotAsIs = MB; } in ~ASTNodeNotAsIsSourceScope() argument