Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/ASTMatchers/
HDASTMatchFinder.cpp202 bool shouldUseDataRecursionFor(clang::Stmt *S) const { return false; } in shouldUseDataRecursionFor() function in clang::ast_matchers::internal::__anonee074a4e0111::MatchChildASTVisitor
492 bool shouldUseDataRecursionFor(clang::Stmt *S) const { return false; } in shouldUseDataRecursionFor() function in clang::ast_matchers::internal::__anonee074a4e0111::MatchASTVisitor
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDRecursiveASTVisitor.h152 bool shouldUseDataRecursionFor(Stmt *S) const { in shouldUseDataRecursionFor() function
463 if (getDerived().shouldUseDataRecursionFor(CurrS)) { in dataTraverse()
560 if (getDerived().shouldUseDataRecursionFor(S)) in TraverseStmt()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp8624 bool shouldUseDataRecursionFor(clang::Stmt *S) const { in shouldUseDataRecursionFor() function in __anonff166d370611::ParentMapASTVisitor