Home
last modified time | relevance | path

Searched refs:dataTraverseStmtPre (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDynamicRecursiveASTVisitor.cpp187 bool dataTraverseStmtPre(Stmt *S) { return Visitor.dataTraverseStmtPre(S); } in dataTraverseStmtPre() function
H A DParentMapContext.cpp466 bool dataTraverseStmtPre(Stmt *StmtNode) { in dataTraverseStmtPre() function in ParentMapContext::ParentMap::ASTVisitor
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDynamicRecursiveASTVisitor.h233 virtual bool dataTraverseStmtPre(MaybeConst<Stmt> *S) { return true; } in dataTraverseStmtPre() function
H A DRecursiveASTVisitor.h205 bool dataTraverseStmtPre(Stmt *S) { return true; }
686 if (getDerived().dataTraverseStmtPre(CurrS)) {
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp41 bool dataTraverseStmtPre(Stmt *S) { in dataTraverseStmtPre() function in __anon1d8962c70111::BodyIndexer
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp238 bool dataTraverseStmtPre(Stmt *S) { in dataTraverseStmtPre() function