clang API Documentation
Identifies a half-open character range in the source code. More...
#include <Index.h>
Public Attributes | |
const 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.
const void* CXSourceRange::ptr_data[2] |