Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DDiagnosticRenderer.h92 virtual void emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) = 0;
151 void emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) override;
H A DTextDiagnostic.h93 void emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) override;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp216 emitIncludeLocation(Loc, PLoc); in emitIncludeStackRecursively()
593 void DiagnosticNoteRenderer::emitIncludeLocation(FullSourceLoc Loc, in emitIncludeLocation() function in DiagnosticNoteRenderer
H A DTextDiagnostic.cpp889 void TextDiagnostic::emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) { in emitIncludeLocation() function in TextDiagnostic