Lines Matching refs:Message

89                                         StringRef Message,  in emitDiagnostic()  argument
99 emitDiagnosticMessage(Loc, PresumedLoc(), Level, Message, Ranges, D); in emitDiagnostic()
127 emitDiagnosticMessage(Loc, PLoc, Level, Message, Ranges, D); in emitDiagnostic()
149 void DiagnosticRenderer::emitBasicNote(StringRef Message) { in emitBasicNote() argument
151 Message, None, DiagOrStoredDiag()); in emitBasicNote()
447 llvm::raw_svector_ostream Message(MessageStorage); in emitSingleMacroExpansion() local
451 Message << "expanded from here"; in emitSingleMacroExpansion()
453 Message << "expanded from macro '" << MacroName << "'"; in emitSingleMacroExpansion()
455 emitDiagnostic(SpellingLoc, DiagnosticsEngine::Note, Message.str(), in emitSingleMacroExpansion()
585 llvm::raw_svector_ostream Message(MessageStorage); in emitMacroExpansions() local
586 Message << "(skipping " << (MacroDepth - MacroLimit) in emitMacroExpansions()
589 emitBasicNote(Message.str()); in emitMacroExpansions()
603 llvm::raw_svector_ostream Message(MessageStorage); in emitIncludeLocation() local
604 Message << "in file included from " << PLoc.getFilename() << ':' in emitIncludeLocation()
606 emitNote(Loc, Message.str()); in emitIncludeLocation()
614 llvm::raw_svector_ostream Message(MessageStorage); in emitImportLocation() local
615 Message << "in module '" << ModuleName; in emitImportLocation()
617 Message << "' imported from " << PLoc.getFilename() << ':' in emitImportLocation()
619 Message << ":"; in emitImportLocation()
620 emitNote(Loc, Message.str()); in emitImportLocation()
628 llvm::raw_svector_ostream Message(MessageStorage); in emitBuildingModuleLocation() local
630 Message << "while building module '" << ModuleName << "' imported from " in emitBuildingModuleLocation()
633 Message << "while building module '" << ModuleName << "':"; in emitBuildingModuleLocation()
634 emitNote(Loc, Message.str()); in emitBuildingModuleLocation()