CXSourceRange
extern (C)
struct CXSourceRange {
}
- begin_int_data
uint begin_int_data;
Undocumented in source.
- end_int_data
uint end_int_data;
Undocumented in source.
- ptr_data
const(void)* ptr_data;
Undocumented in source.
clang c Index
aliasesenumsfunctionsmanifest constantsstructs
\brief 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.