HomeSort by relevance Sort by last modified time
    Searched refs:shouldUseDataRecursionFor (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 172 bool shouldUseDataRecursionFor(clang::Stmt *S) const { return false; }
423 bool shouldUseDataRecursionFor(clang::Stmt *S) const { return false; }
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h 157 bool shouldUseDataRecursionFor(Stmt *S) const {
436 if (getDerived().shouldUseDataRecursionFor(CurrS)) {
526 if (getDerived().shouldUseDataRecursionFor(S))
    [all...]
ASTContext.h     [all...]

Completed in 39 milliseconds