Searched defs:shouldUseDataRecursionFor (Results 1 – 3 of 3) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/lib/ASTMatchers/ | ||
H A D | ASTMatchFinder.cpp | 202 bool shouldUseDataRecursionFor(clang::Stmt *S) const { return false; } in shouldUseDataRecursionFor() function in clang::ast_matchers::internal::__anon0cad00880111::MatchChildASTVisitor |
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ | ||
H A D | RecursiveASTVisitor.h | 152 bool shouldUseDataRecursionFor(Stmt *S) const { in shouldUseDataRecursionFor() function |
/minix3/external/bsd/llvm/dist/clang/lib/AST/ | ||
H A D | ASTContext.cpp | 8242 bool shouldUseDataRecursionFor(clang::Stmt *S) const { in shouldUseDataRecursionFor() function in __anon82257c710211::ParentMapASTVisitor |