Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp511 bool dataTraverseNode(Stmt *S, DataRecursionQueue *Queue) { in dataTraverseNode() function in clang::ast_matchers::internal::__anon995a12ab0111::MatchASTVisitor
592 return RecursiveASTVisitor<MatchASTVisitor>::dataTraverseNode(S, Queue); in dataTraverseNode()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h474 bool dataTraverseNode(Stmt *S, DataRecursionQueue *Queue);
548 bool RecursiveASTVisitor<Derived>::dataTraverseNode(Stmt *S,
678 TRY_TO(dataTraverseNode(CurrS, &LocalQueue));