Value | Meaning |
---|---|
break_0 | Terminates the cursor traversal. |
continue_1 | Continues the cursor traversal with the next sibling of the cursor just visited, without visiting its children. |
recurse2 | Recursively traverse the children of this cursor, using the same visitor and client data. |
Page generated by adrdox
Describes how the traversal of the children of a particular cursor should proceed after visiting a particular child cursor.
A value of this enumeration type should be returned by each \c CXCursorVisitor to indicate how clang_visitChildren() proceed.