LLVM 22.0.0git
|
#include "llvm/TextAPI/Record.h"
Public Member Functions | |
RecordLoc ()=default | |
RecordLoc (std::string File, unsigned Line) | |
bool | isValid () const |
Whether there is source location tied to the RecordLoc object. | |
bool | operator== (const RecordLoc &O) const |
Public Attributes | |
const std::string | File |
const unsigned | Line = 0 |
|
default |
Referenced by operator==().
|
inline |
Definition at line 34 of file Record.h.
References File, Line, and llvm::move().
|
inline |
Definition at line 40 of file Record.h.
References File, Line, and RecordLoc().
const std::string llvm::MachO::RecordLoc::File |
Definition at line 44 of file Record.h.
Referenced by isValid(), operator==(), and RecordLoc().
Definition at line 45 of file Record.h.
Referenced by operator==(), and RecordLoc().