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 201 bool shouldUseDataRecursionFor(clang::Stmt *S) const { return false; }
476 bool shouldUseDataRecursionFor(clang::Stmt *S) const { return false; }
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h 159 bool shouldUseDataRecursionFor(Stmt *S) const {
451 if (getDerived().shouldUseDataRecursionFor(CurrS)) {
541 if (getDerived().shouldUseDataRecursionFor(S))
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 86 milliseconds