Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp803 bool WalkUpFromStmt(Stmt *S) { in WalkUpFromStmt() function in __anon0c11f6d10511::BuildTreeVisitor
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h372 bool WalkUpFromStmt(Stmt *S) { return getDerived().VisitStmt(S); }