CXChildVisit_Break: Enumerations for controlling how traversing a parse tree is...

CXChildVisit_BreakR Documentation

Enumerations for controlling how traversing a parse tree is done

Description

These are enumeration values that are used when returning a value from a visitor function used to iterate over CXCursor elements within a parse tree. One returns CXChildVisit_Break to terminate the processing of the tree. Alternatively, one returns CXChildVisit_Continue to process only the sibling nodes of the current one. And to recursively process all the sub-cursors and the sibling cursors we return CXChildVisit_Recurse.

Usage

CXChildVisit_Break

Format

The format is: num 0

References

libclang http://clang.llvm.org/doxygen/group__CINDEX.html

Examples

CXChildVisit_Break

omegahat/RClangSimple documentation built on April 25, 2024, 4:18 a.m.