![]() |
Scarab
2.8.1
Project 8 C++ Utility Library
|

Public Member Functions | |
| def | file (self) |
| def | line (self) |
| def | column (self) |
| def | offset (self) |
| def | __eq__ (self, other) |
| def | __ne__ (self, other) |
| def | __repr__ (self) |
Static Public Member Functions | |
| def | from_position (tu, file, line, column) |
| def | from_offset (tu, file, offset) |
Private Member Functions | |
| def | _get_instantiation (self) |
Static Private Attributes | |
| list | _fields_ = [("ptr_data", c_void_p * 2), ("int_data", c_uint)] |
| _data = None | |
A SourceLocation represents a particular location within a source file.
| def column | ( | self | ) |
| def file | ( | self | ) |
|
static |
|
static |
| def line | ( | self | ) |
| def offset | ( | self | ) |
|
staticprivate |
1.8.13