Home
last modified time | relevance | path

Searched refs:WalkUpFromStmt (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDynamicRecursiveASTVisitor.h226 bool WalkUpFromStmt(MaybeConst<Stmt> *S) { return VisitStmt(S); } in WalkUpFromStmt() function
H A DRecursiveASTVisitor.h376 bool WalkUpFromStmt(Stmt *S) { return getDerived().VisitStmt(S); }
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp798 bool WalkUpFromStmt(Stmt *S) { in WalkUpFromStmt() function in __anon6fdbff5b0511::BuildTreeVisitor