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

Identifies a specific source location within a translation unit. More...

#include <Index.h>

Collaboration diagram for CXSourceLocation:
[legend]

Public Attributes

const void * ptr_data [2]
 
unsigned int_data
 

Detailed Description

Identifies a specific source location within a translation unit.

Use clang_getExpansionLocation() or clang_getSpellingLocation() to map a source location to a particular file, line, and column.

Definition at line 368 of file Index.h.

Member Data Documentation

unsigned CXSourceLocation::int_data

Definition at line 370 of file Index.h.

const void* CXSourceLocation::ptr_data[2]

Definition at line 369 of file Index.h.


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