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()
875 void TextDiagnostic::emitIncludeLocation(SourceLocation Loc, in emitIncludeLocation()
885 void TextDiagnostic::emitImportLocation(SourceLocation Loc, PresumedLoc PLoc, in emitImportLocation()
895 void TextDiagnostic::emitBuildingModuleLocation(SourceLocation Loc, in emitBuildingModuleLocation()
1058 void TextDiagnostic::emitSnippetAndCaret( in emitSnippetAndCaret()
1182 void TextDiagnostic::emitSnippet(StringRef line) { in emitSnippet()
1218 void TextDiagnostic::emitParseableFixits(ArrayRef<FixItHint> Hints, in emitParseableFixits()