Lines Matching refs:TextDiagnostic
667 TextDiagnostic::TextDiagnostic(raw_ostream &OS, in TextDiagnostic() function in TextDiagnostic
672 TextDiagnostic::~TextDiagnostic() {} in ~TextDiagnostic()
675 TextDiagnostic::emitDiagnosticMessage(SourceLocation Loc, in emitDiagnosticMessage()
700 TextDiagnostic::printDiagnosticLevel(raw_ostream &OS, in printDiagnosticLevel()
741 void TextDiagnostic::printDiagnosticMessage(raw_ostream &OS, in printDiagnosticMessage()
773 void TextDiagnostic::emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticLoc()
883 void TextDiagnostic::emitIncludeLocation(SourceLocation Loc, in emitIncludeLocation()
893 void TextDiagnostic::emitImportLocation(SourceLocation Loc, PresumedLoc PLoc, in emitImportLocation()
903 void TextDiagnostic::emitBuildingModuleLocation(SourceLocation Loc, in emitBuildingModuleLocation()
1066 void TextDiagnostic::emitSnippetAndCaret( in emitSnippetAndCaret()
1198 void TextDiagnostic::emitSnippet(StringRef line) { in emitSnippet()
1234 void TextDiagnostic::emitParseableFixits(ArrayRef<FixItHint> Hints, in emitParseableFixits()