Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Frontend/
DDiagnosticRenderer.h91 virtual void emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) = 0;
150 void emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) override;
DTextDiagnostic.h92 void emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) override;
/external/clang/include/clang/Frontend/
DDiagnosticRenderer.h93 virtual void emitIncludeLocation(SourceLocation Loc, PresumedLoc PLoc,
163 void emitIncludeLocation(SourceLocation Loc, PresumedLoc PLoc,
DTextDiagnostic.h98 void emitIncludeLocation(SourceLocation Loc, PresumedLoc PLoc,
/external/clang/lib/Frontend/
DDiagnosticRenderer.cpp217 emitIncludeLocation(Loc, PLoc, SM); in emitIncludeStackRecursively()
587 void DiagnosticNoteRenderer::emitIncludeLocation(SourceLocation Loc, in emitIncludeLocation() function in DiagnosticNoteRenderer
DTextDiagnostic.cpp883 void TextDiagnostic::emitIncludeLocation(SourceLocation Loc, in emitIncludeLocation() function in TextDiagnostic
/external/llvm-project/clang/lib/Frontend/
DDiagnosticRenderer.cpp215 emitIncludeLocation(Loc, PLoc); in emitIncludeStackRecursively()
592 void DiagnosticNoteRenderer::emitIncludeLocation(FullSourceLoc Loc, in emitIncludeLocation() function in DiagnosticNoteRenderer
DTextDiagnostic.cpp909 void TextDiagnostic::emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) { in emitIncludeLocation() function in TextDiagnostic
/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidyDiagnosticConsumer.cpp110 void emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) override {} in emitIncludeLocation() function in __anonbe6389250111::ClangTidyDiagnosticRenderer