Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDynamicRecursiveASTVisitor.cpp192 bool dataTraverseNode( in dataTraverseNode() function
198 return Visitor.dataTraverseNode(S); in dataTraverseNode()
333 bool DynamicRecursiveASTVisitorBase<Const>::dataTraverseNode( in dataTraverseNode() function in DynamicRecursiveASTVisitorBase
335 return Impl<Const>(*this).RecursiveASTVisitor<Impl<Const>>::dataTraverseNode( in dataTraverseNode()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDynamicRecursiveASTVisitor.h241 virtual bool dataTraverseNode(MaybeConst<Stmt> *S);
H A DRecursiveASTVisitor.h478 bool dataTraverseNode(Stmt *S, DataRecursionQueue *Queue);
557 bool RecursiveASTVisitor<Derived>::dataTraverseNode(Stmt *S,
689 TRY_TO(dataTraverseNode(CurrS, &LocalQueue));
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp512 bool dataTraverseNode(Stmt *S, DataRecursionQueue *Queue) { in dataTraverseNode() function in clang::ast_matchers::internal::__anon17c865b50111::MatchASTVisitor
594 return RecursiveASTVisitor<MatchASTVisitor>::dataTraverseNode(S, Queue); in dataTraverseNode()