clang
15.0.0git
|
Identifies a half-open character range in the source code. More...
#include "clang-c/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.