struct CXSourceRange
Declaration
struct CXSourceRange { /* full declaration omitted */ };
Description
Identifies a half-open character range in the source code. Use clang_getRangeStart() and clang_getRangeEnd() to retrieve the starting and end locations from a source range, respectively.
Declared at: clang/include/clang-c/Index.h:467
Member Variables
- public const void* [2] ptr_data
- public unsigned int begin_int_data
- public unsigned int end_int_data