clang 20.0.0git
|
Identifies an array of ranges. More...
#include "clang-c/CXSourceLocation.h"
Public Attributes | |
unsigned | count |
The number of ranges in the ranges array. | |
CXSourceRange * | ranges |
An array of CXSourceRanges . | |
Identifies an array of ranges.
Definition at line 276 of file CXSourceLocation.h.
unsigned CXSourceRangeList::count |
The number of ranges in the ranges
array.
Definition at line 278 of file CXSourceLocation.h.
CXSourceRange* CXSourceRangeList::ranges |
An array of CXSourceRanges
.
Definition at line 282 of file CXSourceLocation.h.