CXCursorKind: Enumerations for different types of cursors/nodes in C parser...

CXCursorKindR Documentation

Enumerations for different types of cursors/nodes in C parser tree

Description

These are enumeration values identifying the types of the different cursors. One uses cursor$kind to get the cursor type of a particular cursor and then compare that value to any of these values to determine if the cursor is of that type.

Usage

CXCursorKind

Format

The format is: Named int [1:3] 1 2 4 - attr(*, "names")= chr [1:3] "CXDiagnostic_DisplaySourceLocation" "CXDiagnostic_DisplayColumn" "CXDiagnostic_DisplaySourceRanges"

References

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

Examples

CXCursorKind

omegahat/RClangSimple documentation built on Aug. 17, 2024, 10:23 a.m.