Searched refs:EmitMessage (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/flang/include/flang/Parser/ |
| H A D | parsing.h | 67 void EmitMessage(llvm::raw_ostream &o, const char *at, 69 allCooked_.allSources().EmitMessage(o,
|
| H A D | provenance.h | 168 void EmitMessage(llvm::raw_ostream &, const std::optional<ProvenanceRange> &,
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | PlistDiagnostics.cpp | 139 void EmitMessage(raw_ostream &o, StringRef Message, unsigned indent); 198 void PlistPrinter::EmitMessage(raw_ostream &o, StringRef Message, in EmitMessage() function in PlistPrinter 327 EmitMessage(o, P.getString(), indent); in ReportEvent() 442 EmitMessage(o, P.getString(), indent); in ReportNote() 473 EmitMessage(o, P.getString(), indent); in ReportPopUp()
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | provenance.cpp | 226 void AllSources::EmitMessage(llvm::raw_ostream &o, in EmitMessage() function in Fortran::parser::AllSources 271 EmitMessage(o, origin.replaces, in EmitMessage() 277 EmitMessage(o, origin.replaces, message, echoSourceLine); in EmitMessage() 278 EmitMessage( in EmitMessage()
|
| H A D | message.cpp | 241 sources.EmitMessage( in Emit() 246 sources.EmitMessage(o, attachment->GetProvenanceRange(allCooked), in Emit()
|
| /llvm-project-15.0.7/flang/tools/bbc/ |
| H A D | bbc.cpp | 169 parsing.EmitMessage(llvm::errs(), parsing.finalRestingPlace(), in convertFortranSourceToMLIR()
|
| /llvm-project-15.0.7/flang/tools/f18-parse-demo/ |
| H A D | f18-parse-demo.cpp | 203 parsing.EmitMessage(llvm::errs(), parsing.finalRestingPlace(), in CompileFortran()
|