Searched refs:emitDiagnostic (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Frontend/ |
D | TextDiagnosticPrinter.cpp | 155 TextDiag->emitDiagnostic(Info.getLocation(), Level, DiagMessageStream.str(), in HandleDiagnostic()
|
D | DiagnosticRenderer.cpp | 123 void DiagnosticRenderer::emitDiagnostic(SourceLocation Loc, in emitDiagnostic() function in DiagnosticRenderer 184 emitDiagnostic(Diag.getLocation(), Diag.getLevel(), Diag.getMessage(), in emitStoredDiagnostic() 483 emitDiagnostic(SpellingLoc, DiagnosticsEngine::Note, Message.str(), in emitSingleMacroExpansion()
|
D | SerializedDiagnosticPrinter.cpp | 623 Renderer.emitDiagnostic(Info.getLocation(), DiagLevel, in HandleDiagnostic()
|
/external/clang/include/clang/Frontend/ |
D | DiagnosticRenderer.h | 144 void emitDiagnostic(SourceLocation Loc, DiagnosticsEngine::Level Level,
|