Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp202 bool shouldUseDataRecursionFor(clang::Stmt *S) const { return false; } in shouldUseDataRecursionFor() function in clang::ast_matchers::internal::__anon0cad00880111::MatchChildASTVisitor
492 bool shouldUseDataRecursionFor(clang::Stmt *S) const { return false; } in shouldUseDataRecursionFor() function in clang::ast_matchers::internal::__anon0cad00880111::MatchASTVisitor
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DRecursiveASTVisitor.h152 bool shouldUseDataRecursionFor(Stmt *S) const { in shouldUseDataRecursionFor() function
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp8242 bool shouldUseDataRecursionFor(clang::Stmt *S) const { in shouldUseDataRecursionFor() function in __anon82257c710211::ParentMapASTVisitor