struct
#include <Core/Backward.h>
SourceLoc Source location description.
Constructors, destructors, conversion operators
Public functions
- auto operator==(const SourceLoc& b) const -> bool
- auto operator!=(const SourceLoc& b) const -> bool
Public variables
-
std::
string function - Function name.
-
std::
string filename - File name.
-
std::
int32_t line - Line.
-
std::
int32_t col - Column.