Home
last modified time | relevance | path

Searched refs:emitDiagnosticMessage (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DSARIFDiagnostic.h36 void emitDiagnosticMessage(FullSourceLoc Loc, PresumedLoc PLoc,
H A DTextDiagnostic.h85 void emitDiagnosticMessage(FullSourceLoc Loc, PresumedLoc PLoc,
H A DDiagnosticRenderer.h76 virtual void emitDiagnosticMessage(FullSourceLoc Loc, PresumedLoc PLoc,
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp98 emitDiagnosticMessage(Loc, PresumedLoc(), Level, Message, Ranges, D); in emitDiagnostic()
126 emitDiagnosticMessage(Loc, PLoc, Level, Message, Ranges, D); in emitDiagnostic()
149 emitDiagnosticMessage(FullSourceLoc(), PresumedLoc(), DiagnosticsEngine::Note, in emitBasicNote()
H A DSerializedDiagnosticPrinter.cpp66 void emitDiagnosticMessage(FullSourceLoc Loc, PresumedLoc PLoc,
668 void SDiagsRenderer::emitDiagnosticMessage( in emitDiagnosticMessage() function in SDiagsRenderer
H A DTextDiagnostic.cpp663 void TextDiagnostic::emitDiagnosticMessage( in emitDiagnosticMessage() function in TextDiagnostic