Home
last modified time | relevance | path

Searched refs:emitStoredDiagnostic (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DDiagnosticRenderer.h137 void emitStoredDiagnostic(StoredDiagnostic &Diag);
/freebsd/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp48 Renderer.emitStoredDiagnostic(Out.back()); in HandleDiagnostic()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp142 void DiagnosticRenderer::emitStoredDiagnostic(StoredDiagnostic &Diag) { in emitStoredDiagnostic() function in DiagnosticRenderer