|
clang
5.0.0
|
Identifies a specific source location within a translation unit. More...
#include "clang-c/Index.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.
1.8.6