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 198 bool shouldUseDataRecursionFor(clang::Stmt *S) const { return false; }
475 bool shouldUseDataRecursionFor(clang::Stmt *S) const { return false; }
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h 152 bool shouldUseDataRecursionFor(Stmt *S) const {
462 if (getDerived().shouldUseDataRecursionFor(CurrS)) {
559 if (getDerived().shouldUseDataRecursionFor(S))
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 52 milliseconds