clang 20.0.0git
|
Identifies a half-open character range in the source code. More...
#include "clang-c/CXSourceLocation.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.
Definition at line 55 of file CXSourceLocation.h.
unsigned CXSourceRange::begin_int_data |
Definition at line 57 of file CXSourceLocation.h.
unsigned CXSourceRange::end_int_data |
Definition at line 58 of file CXSourceLocation.h.
const void* CXSourceRange::ptr_data[2] |
Definition at line 56 of file CXSourceLocation.h.