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

  /external/clang/include/clang/AST/
RecursiveASTVisitor.h 396 bool WalkUpFromDecl(Decl *D) { return getDerived().VisitDecl(D); }
    [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h 383 bool WalkUpFromDecl(Decl *D) { return getDerived().VisitDecl(D); }
    [all...]

Completed in 1834 milliseconds