clang 20.0.0git
|
Identifies a specific source location within a translation unit. More...
#include "clang-c/CXSourceLocation.h"
Public Attributes | |
const void * | ptr_data [2] |
unsigned | int_data |
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 44 of file CXSourceLocation.h.
unsigned CXSourceLocation::int_data |
Definition at line 46 of file CXSourceLocation.h.
const void* CXSourceLocation::ptr_data[2] |
Definition at line 45 of file CXSourceLocation.h.