CXSourceLocation

\brief 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.

extern (C)
struct CXSourceLocation {}

Members

Variables

int_data
uint int_data;
Undocumented in source.
ptr_data
const(void)*[2] ptr_data;
Undocumented in source.

Meta