clang API Documentation

Public Attributes
CXSourceRange Struct Reference

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

#include <Index.h>

Collaboration diagram for CXSourceRange:
Collaboration graph
[legend]

List of all members.

Public Attributes

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


Member Data Documentation

Definition at line 375 of file Index.h.

Definition at line 376 of file Index.h.

Definition at line 374 of file Index.h.


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