Searched refs:emitIncludeLocation (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/clang/include/clang/Frontend/ |
D | DiagnosticRenderer.h | 91 virtual void emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) = 0; 150 void emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) override;
|
D | TextDiagnostic.h | 92 void emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) override;
|
/external/clang/include/clang/Frontend/ |
D | DiagnosticRenderer.h | 93 virtual void emitIncludeLocation(SourceLocation Loc, PresumedLoc PLoc, 163 void emitIncludeLocation(SourceLocation Loc, PresumedLoc PLoc,
|
D | TextDiagnostic.h | 98 void emitIncludeLocation(SourceLocation Loc, PresumedLoc PLoc,
|
/external/clang/lib/Frontend/ |
D | DiagnosticRenderer.cpp | 217 emitIncludeLocation(Loc, PLoc, SM); in emitIncludeStackRecursively() 587 void DiagnosticNoteRenderer::emitIncludeLocation(SourceLocation Loc, in emitIncludeLocation() function in DiagnosticNoteRenderer
|
D | TextDiagnostic.cpp | 883 void TextDiagnostic::emitIncludeLocation(SourceLocation Loc, in emitIncludeLocation() function in TextDiagnostic
|
/external/llvm-project/clang/lib/Frontend/ |
D | DiagnosticRenderer.cpp | 215 emitIncludeLocation(Loc, PLoc); in emitIncludeStackRecursively() 592 void DiagnosticNoteRenderer::emitIncludeLocation(FullSourceLoc Loc, in emitIncludeLocation() function in DiagnosticNoteRenderer
|
D | TextDiagnostic.cpp | 909 void TextDiagnostic::emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) { in emitIncludeLocation() function in TextDiagnostic
|
/external/llvm-project/clang-tools-extra/clang-tidy/ |
D | ClangTidyDiagnosticConsumer.cpp | 110 void emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) override {} in emitIncludeLocation() function in __anonbe6389250111::ClangTidyDiagnosticRenderer
|