clang  3.7.0
Public Attributes | List of all members
CXSourceRange Struct Reference

Identifies a half-open character range in the source code. More...

#include <Index.h>

Collaboration diagram for CXSourceRange:
[legend]

Public Attributes

const void * ptr_data [2]
 
unsigned begin_int_data
 
unsigned end_int_data
 

Detailed Description

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 379 of file Index.h.

Member Data Documentation

unsigned CXSourceRange::begin_int_data

Definition at line 381 of file Index.h.

unsigned CXSourceRange::end_int_data

Definition at line 382 of file Index.h.

const void* CXSourceRange::ptr_data[2]

Definition at line 380 of file Index.h.


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