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

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

Definition at line 381 of file Index.h.

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: