Lines Matching refs:Message
88 StringRef Message, in emitDiagnostic() argument
98 emitDiagnosticMessage(Loc, PresumedLoc(), Level, Message, Ranges, D); in emitDiagnostic()
126 emitDiagnosticMessage(Loc, PLoc, Level, Message, Ranges, D); in emitDiagnostic()
148 void DiagnosticRenderer::emitBasicNote(StringRef Message) { in emitBasicNote() argument
150 Message, std::nullopt, DiagOrStoredDiag()); in emitBasicNote()
446 llvm::raw_svector_ostream Message(MessageStorage); in emitSingleMacroExpansion() local
450 Message << "expanded from here"; in emitSingleMacroExpansion()
452 Message << "expanded from macro '" << MacroName << "'"; in emitSingleMacroExpansion()
454 emitDiagnostic(SpellingLoc, DiagnosticsEngine::Note, Message.str(), in emitSingleMacroExpansion()
584 llvm::raw_svector_ostream Message(MessageStorage); in emitMacroExpansions() local
585 Message << "(skipping " << (MacroDepth - MacroLimit) in emitMacroExpansions()
588 emitBasicNote(Message.str()); in emitMacroExpansions()
602 llvm::raw_svector_ostream Message(MessageStorage); in emitIncludeLocation() local
603 Message << "in file included from " << PLoc.getFilename() << ':' in emitIncludeLocation()
605 emitNote(Loc, Message.str()); in emitIncludeLocation()
613 llvm::raw_svector_ostream Message(MessageStorage); in emitImportLocation() local
614 Message << "in module '" << ModuleName; in emitImportLocation()
616 Message << "' imported from " << PLoc.getFilename() << ':' in emitImportLocation()
618 Message << ":"; in emitImportLocation()
619 emitNote(Loc, Message.str()); in emitImportLocation()
627 llvm::raw_svector_ostream Message(MessageStorage); in emitBuildingModuleLocation() local
629 Message << "while building module '" << ModuleName << "' imported from " in emitBuildingModuleLocation()
632 Message << "while building module '" << ModuleName << "':"; in emitBuildingModuleLocation()
633 emitNote(Loc, Message.str()); in emitBuildingModuleLocation()