Lines Matching full:visitor
219 /// \param Visitor A visitor function that will be invoked with each
225 /// \param UserData User data associated with the visitor object, which
226 /// will be passed along to the visitor.
232 void visit(bool (*Visitor)(ModuleFile &M, void *UserData), void *UserData,
243 /// \param Visitor A visitor function that will be invoked with each
246 /// visitor may return true at any time to abort the depth-first
249 /// \param UserData User data ssociated with the visitor object,
251 void visitDepthFirst(bool (*Visitor)(ModuleFile &M, bool Preorder,