Searched refs:WalkUpFromStmt (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DRecursiveASTVisitor.h257 bool WalkUpFromStmt(Stmt *S) { return getDerived().VisitStmt(S); } function in class:clang::RecursiveASTVisitor
/external/clang/tools/libclang/
H A DRecursiveASTVisitor.h250 bool WalkUpFromStmt(Stmt *S) { return getDerived().VisitStmt(S); } function in class:clang::cxindex::RecursiveASTVisitor

Completed in 81 milliseconds