Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/include/clang/Frontend/
HDDiagnosticRenderer.h91 virtual void emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) = 0;
150 void emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) override;
HDSARIFDiagnostic.h49 void emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) override;
HDTextDiagnostic.h100 void emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) override;
/freebsd-head/contrib/llvm-project/clang/lib/Frontend/
HDSARIFDiagnostic.cpp210 void SARIFDiagnostic::emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) { in emitIncludeLocation() function in clang::SARIFDiagnostic
HDDiagnosticRenderer.cpp214 emitIncludeLocation(Loc, PLoc); in emitIncludeStackRecursively()
596 void DiagnosticNoteRenderer::emitIncludeLocation(FullSourceLoc Loc, in emitIncludeLocation() function in DiagnosticNoteRenderer
HDTextDiagnostic.cpp883 void TextDiagnostic::emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) { in emitIncludeLocation() function in TextDiagnostic