Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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 DTextDiagnostic.h91 void emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) override;
/llvm-project-15.0.7/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp215 emitIncludeLocation(Loc, PLoc); in emitIncludeStackRecursively()
599 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
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidyDiagnosticConsumer.cpp136 void emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) override {} in emitIncludeLocation() function in __anonbb0a7cbe0111::ClangTidyDiagnosticRenderer