clang API Documentation
Identifies a half-open character range in the source code. More...
#include <Index.h>

Public Attributes | |
| void * | ptr_data [2] |
| unsigned | begin_int_data |
| unsigned | end_int_data |
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.
| unsigned CXSourceRange::begin_int_data |
| unsigned CXSourceRange::end_int_data |
| void* CXSourceRange::ptr_data[2] |