Home
last modified time | relevance | path

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

/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp201 bool shouldUseDataRecursionFor(clang::Stmt *S) const { return false; } in shouldUseDataRecursionFor() function in clang::ast_matchers::internal::__anon101cc5e10111::MatchChildASTVisitor
476 bool shouldUseDataRecursionFor(clang::Stmt *S) const { return false; } in shouldUseDataRecursionFor() function in clang::ast_matchers::internal::__anon101cc5e10111::MatchASTVisitor
/external/clang/include/clang/AST/
DRecursiveASTVisitor.h159 bool shouldUseDataRecursionFor(Stmt *S) const { in shouldUseDataRecursionFor() function
451 if (getDerived().shouldUseDataRecursionFor(CurrS)) { in dataTraverse()
541 if (getDerived().shouldUseDataRecursionFor(S)) in TraverseStmt()
/external/clang/lib/AST/
DASTContext.cpp8097 bool shouldUseDataRecursionFor(clang::Stmt *S) const { in shouldUseDataRecursionFor() function in __anon61fbb44a0211::ParentMapASTVisitor