Lines Matching full:sourcefile
25 SourceFile::~SourceFile() { Close(); } in ~SourceFile()
27 void SourceFile::RecordLineStarts() { in RecordLineStarts()
46 void SourceFile::IdentifyPayload() { in IdentifyPayload()
128 bool SourceFile::Open(std::string path, llvm::raw_ostream &error) { in Open()
143 bool SourceFile::ReadStandardInput(llvm::raw_ostream &error) { in ReadStandardInput()
160 void SourceFile::ReadFile() { in ReadFile()
177 void SourceFile::Close() { in Close()
184 SourcePosition SourceFile::GetSourcePosition(std::size_t at) const { in GetSourcePosition()
203 const std::string &SourceFile::SavePath(std::string &&path) { in SavePath()
207 void SourceFile::LineDirective( in LineDirective()
212 llvm::raw_ostream &SourceFile::Dump(llvm::raw_ostream &o) const { in Dump()
213 o << "SourceFile '" << path_ << "'\n"; in Dump()