Home
last modified time | relevance | path

Searched refs:EmitMessage (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparsing.h67 void EmitMessage(llvm::raw_ostream &o, const char *at,
69 allCooked_.allSources().EmitMessage(o,
H A Dprovenance.h168 void EmitMessage(llvm::raw_ostream &, const std::optional<ProvenanceRange> &,
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp139 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 Dprovenance.cpp226 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 Dmessage.cpp241 sources.EmitMessage( in Emit()
246 sources.EmitMessage(o, attachment->GetProvenanceRange(allCooked), in Emit()
/llvm-project-15.0.7/flang/tools/bbc/
H A Dbbc.cpp169 parsing.EmitMessage(llvm::errs(), parsing.finalRestingPlace(), in convertFortranSourceToMLIR()
/llvm-project-15.0.7/flang/tools/f18-parse-demo/
H A Df18-parse-demo.cpp203 parsing.EmitMessage(llvm::errs(), parsing.finalRestingPlace(), in CompileFortran()