/external/llvm-project/clang-tools-extra/clang-tidy/abseil/ |
D | TimeSubtractionCheck.cpp | 89 void TimeSubtractionCheck::emitDiagnostic(const Expr *Node, in emitDiagnostic() function in clang::tidy::abseil::TimeSubtractionCheck 151 emitDiagnostic( in check() 176 emitDiagnostic( in check() 187 emitDiagnostic( in check()
|
D | TimeSubtractionCheck.h | 31 void emitDiagnostic(const Expr* Node, llvm::StringRef Replacement);
|
/external/llvm-project/mlir/lib/IR/ |
D | Diagnostics.cpp | 423 setHandler([this](Diagnostic &diag) { emitDiagnostic(diag); }); in SourceMgrDiagnosticHandler() 432 void SourceMgrDiagnosticHandler::emitDiagnostic(Location loc, Twine message, in emitDiagnostic() function in SourceMgrDiagnosticHandler 468 void SourceMgrDiagnosticHandler::emitDiagnostic(Diagnostic &diag) { in emitDiagnostic() function in SourceMgrDiagnosticHandler 471 emitDiagnostic(loc, diag.str(), diag.getSeverity()); in emitDiagnostic() 479 emitDiagnostic(loc, "called from", DiagnosticSeverity::Note); in emitDiagnostic() 490 emitDiagnostic(note.getLocation(), note.str(), note.getSeverity(), in emitDiagnostic() 721 emitDiagnostic(diag.getLocation(), in process() 762 emitDiagnostic(loc, "unexpected " + getDiagKindStr(kind) + ": " + msg, in process()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/ |
D | error_util.cc | 73 emitDiagnostic(*diag); in handler()
|
/external/llvm-project/clang/unittests/Frontend/ |
D | TextDiagnosticTest.cpp | 31 Diag.emitDiagnostic(Loc, DiagnosticsEngine::Level::Warning, "message", in PrintDiag()
|
/external/llvm-project/clang/lib/Frontend/ |
D | TextDiagnosticPrinter.cpp | 152 TextDiag->emitDiagnostic( in HandleDiagnostic()
|
D | DiagnosticRenderer.cpp | 87 void DiagnosticRenderer::emitDiagnostic(FullSourceLoc Loc, in emitDiagnostic() function in DiagnosticRenderer 144 emitDiagnostic(Diag.getLocation(), Diag.getLevel(), Diag.getMessage(), in emitStoredDiagnostic() 448 emitDiagnostic(SpellingLoc, DiagnosticsEngine::Note, Message.str(), in emitSingleMacroExpansion()
|
D | SerializedDiagnosticPrinter.cpp | 622 Renderer.emitDiagnostic( in HandleDiagnostic()
|
/external/clang/lib/Frontend/ |
D | TextDiagnosticPrinter.cpp | 155 TextDiag->emitDiagnostic(Info.getLocation(), Level, DiagMessageStream.str(), in HandleDiagnostic()
|
D | DiagnosticRenderer.cpp | 81 void DiagnosticRenderer::emitDiagnostic(SourceLocation Loc, in emitDiagnostic() function in DiagnosticRenderer 142 emitDiagnostic(Diag.getLocation(), Diag.getLevel(), Diag.getMessage(), in emitStoredDiagnostic() 443 emitDiagnostic(SpellingLoc, DiagnosticsEngine::Note, Message.str(), in emitSingleMacroExpansion()
|
D | SerializedDiagnosticPrinter.cpp | 624 Renderer.emitDiagnostic(Info.getLocation(), DiagLevel, in HandleDiagnostic()
|
/external/llvm-project/clang/include/clang/Frontend/ |
D | DiagnosticRenderer.h | 132 void emitDiagnostic(FullSourceLoc Loc, DiagnosticsEngine::Level Level,
|
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
D | UseAfterMoveCheck.cpp | 377 static void emitDiagnostic(const Expr *MovingCall, const DeclRefExpr *MoveArg, in emitDiagnostic() function 455 emitDiagnostic(MovingCall, Arg, Use, this, Result.Context); in check()
|
/external/clang/include/clang/Frontend/ |
D | DiagnosticRenderer.h | 144 void emitDiagnostic(SourceLocation Loc, DiagnosticsEngine::Level Level,
|
/external/llvm-project/clang-tools-extra/clang-query/ |
D | Query.cpp | 145 TD.emitDiagnostic( in run()
|
/external/llvm-project/mlir/include/mlir/IR/ |
D | Diagnostics.h | 540 void emitDiagnostic(Location loc, Twine message, DiagnosticSeverity kind, 545 void emitDiagnostic(Diagnostic &diag);
|
/external/llvm-project/clang-tools-extra/clang-tidy/ |
D | ClangTidyDiagnosticConsumer.cpp | 449 Converter.emitDiagnostic(Loc, DiagLevel, Message, Info.getRanges(), in HandleDiagnostic()
|