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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp378 bool WalkUpFromStmt(Stmt *S) { function in class:__anon933::BuildTreeVisitor
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h369 bool WalkUpFromStmt(Stmt *S) { return getDerived().VisitStmt(S); } function in class:clang::RecursiveASTVisitor

Completed in 169 milliseconds