Home | History | Annotate | Download | only in Support

Lines Matching refs:OS

124 void SourceMgr::PrintIncludeStack(SMLoc IncludeLoc, raw_ostream &OS) const {
130 PrintIncludeStack(getBufferInfo(CurBuf).IncludeLoc, OS);
132 OS << "Included from "
170 raw_string_ostream OS(PrintedMsg);
172 OS << Type << ": ";
173 OS << Msg;
177 Loc.getPointer()-LineStart, OS.str(),
189 raw_ostream &OS = errs();
193 PrintIncludeStack(getBufferInfo(CurBuf).IncludeLoc, OS);
195 GetMessage(Loc, Msg, Type, ShowLine).Print(0, OS);