Home
last modified time | relevance | path

Searched refs:emitDiagnosticMessage (Results 1 – 7 of 7) 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.h75 virtual void emitDiagnosticMessage(FullSourceLoc Loc, PresumedLoc PLoc,
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp97 emitDiagnosticMessage(Loc, PresumedLoc(), Level, Message, Ranges, D); in emitDiagnostic()
124 emitDiagnosticMessage(Loc, PLoc, Level, Message, Ranges, D); in emitDiagnostic()
147 emitDiagnosticMessage(FullSourceLoc(), PresumedLoc(), DiagnosticsEngine::Note, in emitBasicNote()
H A DSARIFDiagnostic.cpp39 void SARIFDiagnostic::emitDiagnosticMessage( in emitDiagnosticMessage() function in clang::SARIFDiagnostic
H A DSerializedDiagnosticPrinter.cpp63 void emitDiagnosticMessage(FullSourceLoc Loc, PresumedLoc PLoc,
669 void SDiagsRenderer::emitDiagnosticMessage( in emitDiagnosticMessage() function in SDiagsRenderer
H A DTextDiagnostic.cpp661 void TextDiagnostic::emitDiagnosticMessage( in emitDiagnosticMessage() function in TextDiagnostic