Searched refs:sourceFileName (Results 1 – 3 of 3) sorted by relevance
24 explicit Terminator(const char *sourceFileName, int sourceLine = 0)25 : sourceFileName_{sourceFileName}, sourceLine_{sourceLine} {}27 const char *sourceFileName() const { return sourceFileName_; } in sourceFileName() function30 void SetLocation(const char *sourceFileName = nullptr, int sourceLine = 0) {31 sourceFileName_ = sourceFileName;
153 terminator.sourceFileName(), terminator.sourceLine(), unitNumber) in NoopUnit()
278 RAW_METHOD_DUMP(OS, sourceFileName); in dump()