Home | History | Annotate | Download | only in clang-c

Lines Matching full:visited

3545    * the cursor just visited, without visiting its children.
3560 * visited, its second argument is the parent visitor for that cursor,
3576 * visited child. The traversal may be recursive, if the visitor returns
3580 * \param parent the cursor whose child may be visited. All kinds of
3581 * cursors can be visited, including invalid cursors (which, by
3603 * visited, its second argument is the parent visitor for that cursor.
5792 * visited, its second argument is the client data provided to
5806 * visited field. The traversal may be ended prematurely, if
5809 * \param T the record type whose field may be visited.