Lines Matching refs:FullSourceLoc

87 void DiagnosticRenderer::emitDiagnostic(FullSourceLoc Loc,  in emitDiagnostic()
115 FullSourceLoc UnexpandedLoc = Loc; in emitDiagnostic()
150 emitDiagnosticMessage(FullSourceLoc(), PresumedLoc(), DiagnosticsEngine::Note, in emitBasicNote()
165 void DiagnosticRenderer::emitIncludeStack(FullSourceLoc Loc, PresumedLoc PLoc, in emitIncludeStack()
167 FullSourceLoc IncludeLoc = in emitIncludeStack()
168 PLoc.isInvalid() ? FullSourceLoc() in emitIncludeStack()
169 : FullSourceLoc(PLoc.getIncludeLoc(), Loc.getManager()); in emitIncludeStack()
190 void DiagnosticRenderer::emitIncludeStackRecursively(FullSourceLoc Loc) { in emitIncludeStackRecursively()
203 std::pair<FullSourceLoc, StringRef> Imported = Loc.getModuleImportLoc(); in emitIncludeStackRecursively()
212 FullSourceLoc(PLoc.getIncludeLoc(), Loc.getManager())); in emitIncludeStackRecursively()
219 void DiagnosticRenderer::emitImportStack(FullSourceLoc Loc) { in emitImportStack()
225 std::pair<FullSourceLoc, StringRef> NextImportLoc = Loc.getModuleImportLoc(); in emitImportStack()
231 void DiagnosticRenderer::emitImportStackRecursively(FullSourceLoc Loc, in emitImportStackRecursively()
240 std::pair<FullSourceLoc, StringRef> NextImportLoc = Loc.getModuleImportLoc(); in emitImportStackRecursively()
357 mapDiagnosticRanges(FullSourceLoc CaretLoc, ArrayRef<CharSourceRange> Ranges, in mapDiagnosticRanges()
424 void DiagnosticRenderer::emitCaret(FullSourceLoc Loc, in emitCaret()
436 FullSourceLoc Loc, DiagnosticsEngine::Level Level, in emitSingleMacroExpansion()
440 FullSourceLoc SpellingLoc = Loc.getSpellingLoc(); in emitSingleMacroExpansion()
490 static bool checkRangesForMacroArgExpansion(FullSourceLoc Loc, in checkRangesForMacroArgExpansion()
507 FullSourceLoc ArgumentLoc; in checkRangesForMacroArgExpansion()
532 void DiagnosticRenderer::emitMacroExpansions(FullSourceLoc Loc, in emitMacroExpansions()
551 if (checkRangesForMacroArgExpansion(FullSourceLoc(L, SM), Ranges)) in emitMacroExpansions()
572 emitSingleMacroExpansion(FullSourceLoc(*I, SM), Level, Ranges); in emitMacroExpansions()
582 emitSingleMacroExpansion(FullSourceLoc(*I, SM), Level, Ranges); in emitMacroExpansions()
594 emitSingleMacroExpansion(FullSourceLoc(*I, SM), Level, Ranges); in emitMacroExpansions()
599 void DiagnosticNoteRenderer::emitIncludeLocation(FullSourceLoc Loc, in emitIncludeLocation()
609 void DiagnosticNoteRenderer::emitImportLocation(FullSourceLoc Loc, in emitImportLocation()
623 void DiagnosticNoteRenderer::emitBuildingModuleLocation(FullSourceLoc Loc, in emitBuildingModuleLocation()