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 | 81 void DiagnosticRenderer::emitDiagnostic(SourceLocation Loc, in emitDiagnostic() function in DiagnosticRenderer 142 emitDiagnostic(Diag.getLocation(), Diag.getLevel(), Diag.getMessage(), in emitStoredDiagnostic() 443 emitDiagnostic(SpellingLoc, DiagnosticsEngine::Note, Message.str(), in emitSingleMacroExpansion()
|
D | SerializedDiagnosticPrinter.cpp | 624 Renderer.emitDiagnostic(Info.getLocation(), DiagLevel, in HandleDiagnostic()
|
/external/clang/include/clang/Frontend/ |
D | DiagnosticRenderer.h | 144 void emitDiagnostic(SourceLocation Loc, DiagnosticsEngine::Level Level,
|