Searched refs:DiagLevel (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Core/
H A DDiagnostic.cpp38 Diagnostic::Level DiagLevel, StringRef BuildDirectory)
39 : DiagnosticName(DiagnosticName), DiagLevel(DiagLevel),
45 Level DiagLevel, llvm::StringRef BuildDirectory)
47 DiagLevel(DiagLevel), BuildDirectory(BuildDirectory) {}
37 Diagnostic(llvm::StringRef DiagnosticName, Diagnostic::Level DiagLevel, StringRef BuildDirectory) argument
42 Diagnostic(llvm::StringRef DiagnosticName, const DiagnosticMessage &Message, const SmallVector<DiagnosticMessage, 1> &Notes, Level DiagLevel, llvm::StringRef BuildDirectory) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h59 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
62 DiagnosticConsumer::HandleDiagnostic(DiagLevel, Info);
64 Primary->HandleDiagnostic(DiagLevel, Info);
65 Secondary->HandleDiagnostic(DiagLevel, Info);
H A DLogDiagnosticPrinter.h78 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
H A DTextDiagnosticBuffer.h53 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
H A DVerifyDiagnosticConsumer.h322 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Core/
H A DDiagnostic.h60 Diagnostic(llvm::StringRef DiagnosticName, Level DiagLevel,
64 const SmallVector<DiagnosticMessage, 1> &Notes, Level DiagLevel,
77 Level DiagLevel; member in struct:clang::tooling::Diagnostic
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/
H A DDiagnosticsYaml.h57 : DiagLevel(clang::tooling::Diagnostic::Level::Warning) {}
61 DiagLevel(D.DiagLevel), BuildDirectory(D.BuildDirectory) {}
65 DiagLevel, BuildDirectory);
72 clang::tooling::Diagnostic::Level DiagLevel; member in class:llvm::yaml::MappingTraits::NormalizedDiagnostic
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp126 void FixItRewriter::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, argument
129 DiagnosticConsumer::HandleDiagnostic(DiagLevel, Info);
132 DiagLevel >= DiagnosticsEngine::Error ||
133 (DiagLevel == DiagnosticsEngine::Note && !PrevDiagSilenced) ||
134 (DiagLevel > DiagnosticsEngine::Note && Info.getNumFixItHints())) {
135 Client->HandleDiagnostic(DiagLevel, Info);
142 if (DiagLevel <= DiagnosticsEngine::Note)
145 if (DiagLevel >= DiagnosticsEngine::Error && FixItOpts->FixOnlyWarnings) {
180 if (DiagLevel >= DiagnosticsEngine::Error) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp636 DiagnosticIDs::Level DiagLevel
641 if (DiagLevel >= DiagnosticIDs::Error) {
650 if (DiagLevel != DiagnosticIDs::Note) {
658 Diag.LastDiagLevel = DiagLevel;
664 if (DiagLevel >= DiagnosticIDs::Error &&
674 if (DiagLevel == DiagnosticIDs::Ignored ||
675 (DiagLevel == DiagnosticIDs::Note &&
679 if (DiagLevel >= DiagnosticIDs::Error) {
695 DiagLevel == DiagnosticIDs::Error) {
706 EmitDiag(Diag, DiagLevel);
[all...]
H A DDiagnostic.cpp487 Level DiagLevel = storedDiag.getLevel(); local
489 Client->HandleDiagnostic(DiagLevel, Info);
491 if (DiagLevel == DiagnosticsEngine::Warning)
506 DiagnosticIDs::Level DiagLevel local
509 Emitted = (DiagLevel != DiagnosticIDs::Ignored);
512 Diags->EmitDiag(*this, DiagLevel);
532 void DiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, argument
537 if (DiagLevel == DiagnosticsEngine::Warning)
539 else if (DiagLevel >= DiagnosticsEngine::Error)
1123 DiagnosticsEngine::Level DiagLevel,
1122 HandleDiagnostic( DiagnosticsEngine::Level DiagLevel, const Diagnostic &Info) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Rewrite/Frontend/
H A DFixItRewriter.h125 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.h96 enum DiagLevel { enum in namespace:__ubsan
139 DiagLevel Level;
208 Diag(Location Loc, DiagLevel Level, ErrorType ET, const char *Message)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp156 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
206 unsigned getEmitDiagnosticFlag(DiagnosticsEngine::Level DiagLevel,
537 unsigned SDiagsWriter::getEmitDiagnosticFlag(DiagnosticsEngine::Level DiagLevel, argument
539 if (DiagLevel == DiagnosticsEngine::Note)
568 void SDiagsWriter::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, argument
573 if (DiagLevel != DiagnosticsEngine::Note) {
592 if (DiagLevel == DiagnosticsEngine::Note)
595 EmitDiagnosticMessage(FullSourceLoc(), PresumedLoc(), DiagLevel, local
598 if (DiagLevel == DiagnosticsEngine::Note)
608 FullSourceLoc(Info.getLocation(), Info.getSourceManager()), DiagLevel, local
[all...]
H A DVerifyDiagnosticConsumer.cpp705 DiagnosticsEngine::Level DiagLevel, const Diagnostic &Info) {
741 Buffer->HandleDiagnostic(DiagLevel, Info);
704 HandleDiagnostic( DiagnosticsEngine::Level DiagLevel, const Diagnostic &Info) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
H A DCompilationDatabase.cpp188 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
193 } else if (DiagLevel >= DiagnosticsEngine::Error) {
196 Other.HandleDiagnostic(DiagLevel, Info);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticIDs.h330 void EmitDiag(DiagnosticsEngine &Diag, Level DiagLevel) const;
H A DDiagnostic.h1549 virtual void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
1557 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
1573 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp50 void HandleDiagnostic(clang::DiagnosticsEngine::Level DiagLevel,
122 clang::DiagnosticsEngine::Level DiagLevel, const clang::Diagnostic &info) {
128 IDAndDiagnostic(DiagLevel, std::string(diagnostic_string.data(),
121 HandleDiagnostic( clang::DiagnosticsEngine::Level DiagLevel, const clang::Diagnostic &info) argument
H A DClangExpressionParser.cpp164 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
185 m_passthrough->HandleDiagnostic(DiagLevel, Info);
191 switch (DiagLevel) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp652 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,

Completed in 290 milliseconds