Searched refs:shouldUseDataRecursionFor (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/ASTMatchers/ | ||
D | ASTMatchFinder.cpp | 201 bool shouldUseDataRecursionFor(clang::Stmt *S) const { return false; } in shouldUseDataRecursionFor() function in clang::ast_matchers::internal::__anon101cc5e10111::MatchChildASTVisitor |
/external/clang/include/clang/AST/ | ||
D | RecursiveASTVisitor.h | 159 bool shouldUseDataRecursionFor(Stmt *S) const { in shouldUseDataRecursionFor() function |
/external/clang/lib/AST/ | ||
D | ASTContext.cpp | 8097 bool shouldUseDataRecursionFor(clang::Stmt *S) const { in shouldUseDataRecursionFor() function in __anon61fbb44a0211::ParentMapASTVisitor |