struct CXSourceRangeList
Declaration
struct CXSourceRangeList { /* full declaration omitted */ };
Description
Identifies an array of ranges.
Declared at: clang/include/clang-c/Index.h:693
Member Variables
- public unsigned int count
- The number of ranges in the \c ranges array.
- public CXSourceRange* ranges
- An array of \c CXSourceRanges.