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

Lines Matching full:traversal

3532  * \brief Describes how the traversal of the children of a particular
3540 * \brief Terminates the cursor traversal.
3544 * \brief Continues the cursor traversal with the next sibling of
3556 * \brief Visitor invoked for each cursor found by a traversal.
3576 * visited child. The traversal may be recursive, if the visitor returns
3577 * \c CXChildVisit_Recurse. The traversal may also be ended prematurely, if
3590 * \returns a non-zero value if the traversal was terminated
3599 * \brief Visitor invoked for each cursor found by a traversal.
5788 * \brief Visitor invoked for each field found by a traversal.
5806 * visited field. The traversal may be ended prematurely, if
5817 * \returns a non-zero value if the traversal was terminated