Home
last modified time | relevance | path

Searched refs:emitDiagnostic (Results 1 – 17 of 17) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/abseil/
DTimeSubtractionCheck.cpp89 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()
DTimeSubtractionCheck.h31 void emitDiagnostic(const Expr* Node, llvm::StringRef Replacement);
/external/llvm-project/mlir/lib/IR/
DDiagnostics.cpp423 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/
Derror_util.cc73 emitDiagnostic(*diag); in handler()
/external/llvm-project/clang/unittests/Frontend/
DTextDiagnosticTest.cpp31 Diag.emitDiagnostic(Loc, DiagnosticsEngine::Level::Warning, "message", in PrintDiag()
/external/llvm-project/clang/lib/Frontend/
DTextDiagnosticPrinter.cpp152 TextDiag->emitDiagnostic( in HandleDiagnostic()
DDiagnosticRenderer.cpp87 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()
DSerializedDiagnosticPrinter.cpp622 Renderer.emitDiagnostic( in HandleDiagnostic()
/external/clang/lib/Frontend/
DTextDiagnosticPrinter.cpp155 TextDiag->emitDiagnostic(Info.getLocation(), Level, DiagMessageStream.str(), in HandleDiagnostic()
DDiagnosticRenderer.cpp81 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()
DSerializedDiagnosticPrinter.cpp624 Renderer.emitDiagnostic(Info.getLocation(), DiagLevel, in HandleDiagnostic()
/external/llvm-project/clang/include/clang/Frontend/
DDiagnosticRenderer.h132 void emitDiagnostic(FullSourceLoc Loc, DiagnosticsEngine::Level Level,
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DUseAfterMoveCheck.cpp377 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/
DDiagnosticRenderer.h144 void emitDiagnostic(SourceLocation Loc, DiagnosticsEngine::Level Level,
/external/llvm-project/clang-tools-extra/clang-query/
DQuery.cpp145 TD.emitDiagnostic( in run()
/external/llvm-project/mlir/include/mlir/IR/
DDiagnostics.h540 void emitDiagnostic(Location loc, Twine message, DiagnosticSeverity kind,
545 void emitDiagnostic(Diagnostic &diag);
/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidyDiagnosticConsumer.cpp449 Converter.emitDiagnostic(Loc, DiagLevel, Message, Info.getRanges(), in HandleDiagnostic()