clang 19.0.0git
Public Attributes | List of all members
CXSourceRangeList Struct Reference

Identifies an array of ranges. More...

#include "clang-c/CXSourceLocation.h"

Public Attributes

unsigned count
 The number of ranges in the ranges array.
 
CXSourceRangeranges
 An array of CXSourceRanges.
 

Detailed Description

Identifies an array of ranges.

Definition at line 266 of file CXSourceLocation.h.

Member Data Documentation

◆ count

unsigned CXSourceRangeList::count

The number of ranges in the ranges array.

Definition at line 268 of file CXSourceLocation.h.

◆ ranges

CXSourceRange* CXSourceRangeList::ranges

An array of CXSourceRanges.

Definition at line 272 of file CXSourceLocation.h.


The documentation for this struct was generated from the following file: