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

/external/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp198 bool shouldUseDataRecursionFor(clang::Stmt *S) const { return false; } function in class:clang::ast_matchers::internal::__anon17765::MatchChildASTVisitor
475 bool shouldUseDataRecursionFor(clang::Stmt *S) const { return false; } function in class:clang::ast_matchers::internal::__anon17765::MatchASTVisitor
/external/clang/include/clang/AST/
H A DRecursiveASTVisitor.h152 bool shouldUseDataRecursionFor(Stmt *S) const { function in class:clang::RecursiveASTVisitor
462 if (getDerived().shouldUseDataRecursionFor(CurrS)) {
559 if (getDerived().shouldUseDataRecursionFor(S))
/external/clang/lib/AST/
H A DASTContext.cpp8161 bool shouldUseDataRecursionFor(clang::Stmt *S) const { function in class:__anon17713::ParentMapASTVisitor

Completed in 239 milliseconds