Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Frontend/
H A DDiagnosticRenderer.h91 virtual void emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) = 0;
150 void emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) override;
H A DSARIFDiagnostic.h49 void emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) override;
H A DTextDiagnostic.h91 void emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) override;
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DSARIFDiagnostic.cpp211 void SARIFDiagnostic::emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) { in emitIncludeLocation() function in clang::SARIFDiagnostic
H A DDiagnosticRenderer.cpp214 emitIncludeLocation(Loc, PLoc); in emitIncludeStackRecursively()
598 void DiagnosticNoteRenderer::emitIncludeLocation(FullSourceLoc Loc, in emitIncludeLocation() function in DiagnosticNoteRenderer
H A DTextDiagnostic.cpp899 void TextDiagnostic::emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) { in emitIncludeLocation() function in TextDiagnostic