Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp514 ASTNodeNotAsIsSourceScope RAII(this, true); in dataTraverseNode()
531 ASTNodeNotAsIsSourceScope RAII(this, true); in dataTraverseNode()
555 ASTNodeNotAsIsSourceScope RAII(this, true); in dataTraverseNode()
979 struct ASTNodeNotAsIsSourceScope { struct in clang::ast_matchers::internal::__anonbe2d60470111::MatchASTVisitor
980 ASTNodeNotAsIsSourceScope(MatchASTVisitor *V, bool B) in ASTNodeNotAsIsSourceScope() argument
984 ~ASTNodeNotAsIsSourceScope() { MV->TraversingASTNodeNotAsIs = MB; } in ~ASTNodeNotAsIsSourceScope() argument