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

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DRecursiveASTVisitor.h258 bool WalkUpFromStmt(Stmt *S) { return getDerived().VisitStmt(S); } function in class:clang::RecursiveASTVisitor

Completed in 110 milliseconds