| /openbsd-src/gnu/llvm/clang/lib/Tooling/Core/ |
| H A D | Diagnostic.cpp | 49 Diagnostic::Level DiagLevel, StringRef BuildDirectory) in Diagnostic() argument 50 : DiagnosticName(DiagnosticName), DiagLevel(DiagLevel), in Diagnostic() 56 Level DiagLevel, llvm::StringRef BuildDirectory) in Diagnostic() argument 58 DiagLevel(DiagLevel), BuildDirectory(BuildDirectory) {} in Diagnostic()
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/ |
| H A D | FixItRewriter.cpp | 128 void FixItRewriter::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() argument 131 DiagnosticConsumer::HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic() 134 DiagLevel >= DiagnosticsEngine::Error || in HandleDiagnostic() 135 (DiagLevel == DiagnosticsEngine::Note && !PrevDiagSilenced) || in HandleDiagnostic() 136 (DiagLevel > DiagnosticsEngine::Note && Info.getNumFixItHints())) { in HandleDiagnostic() 137 Client->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic() 144 if (DiagLevel <= DiagnosticsEngine::Note) in HandleDiagnostic() 147 if (DiagLevel >= DiagnosticsEngine::Error && FixItOpts->FixOnlyWarnings) { in HandleDiagnostic() 182 if (DiagLevel >= DiagnosticsEngine::Error) { in HandleDiagnostic()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Tooling/ |
| H A D | DiagnosticsYaml.h | 66 : DiagLevel(clang::tooling::Diagnostic::Level::Warning) {} in LLVM_YAML_IS_SEQUENCE_VECTOR() 70 DiagLevel(D.DiagLevel), BuildDirectory(D.BuildDirectory) {} in LLVM_YAML_IS_SEQUENCE_VECTOR() 74 DiagLevel, BuildDirectory); in LLVM_YAML_IS_SEQUENCE_VECTOR() 80 clang::tooling::Diagnostic::Level DiagLevel; in LLVM_YAML_IS_SEQUENCE_VECTOR() 90 Io.mapOptional("Level", Keys->DiagLevel); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Frontend/ |
| H A D | ChainedDiagnosticConsumer.h | 59 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() argument 62 DiagnosticConsumer::HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic() 64 Primary->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic() 65 Secondary->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
|
| H A D | TextDiagnosticBuffer.h | 53 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
|
| H A D | LogDiagnosticPrinter.h | 78 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
|
| H A D | VerifyDiagnosticConsumer.h | 325 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
|
| /openbsd-src/gnu/llvm/clang/lib/Basic/ |
| H A D | DiagnosticIDs.cpp | 760 DiagnosticIDs::Level DiagLevel in ProcessDiag() local 765 if (DiagLevel >= DiagnosticIDs::Error) { in ProcessDiag() 774 if (DiagLevel != DiagnosticIDs::Note) { in ProcessDiag() 782 Diag.LastDiagLevel = DiagLevel; in ProcessDiag() 788 if (DiagLevel >= DiagnosticIDs::Error && in ProcessDiag() 798 if (DiagLevel == DiagnosticIDs::Ignored || in ProcessDiag() 799 (DiagLevel == DiagnosticIDs::Note && in ProcessDiag() 803 if (DiagLevel >= DiagnosticIDs::Error) { in ProcessDiag() 819 DiagLevel == DiagnosticIDs::Error) { in ProcessDiag() 830 EmitDiag(Diag, DiagLevel); in ProcessDiag() [all …]
|
| H A D | Diagnostic.cpp | 519 Level DiagLevel = storedDiag.getLevel(); in Report() local 521 Client->HandleDiagnostic(DiagLevel, Info); in Report() 523 if (DiagLevel == DiagnosticsEngine::Warning) in Report() 538 DiagnosticIDs::Level DiagLevel in EmitCurrentDiagnostic() local 541 Emitted = (DiagLevel != DiagnosticIDs::Ignored); in EmitCurrentDiagnostic() 544 Diags->EmitDiag(*this, DiagLevel); in EmitCurrentDiagnostic() 564 void DiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() argument 569 if (DiagLevel == DiagnosticsEngine::Warning) in HandleDiagnostic() 571 else if (DiagLevel >= DiagnosticsEngine::Error) in HandleDiagnostic() 1202 DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() argument [all …]
|
| /openbsd-src/gnu/llvm/clang/include/clang/Tooling/Core/ |
| H A D | Diagnostic.h | 77 Diagnostic(llvm::StringRef DiagnosticName, Level DiagLevel, 81 const SmallVector<DiagnosticMessage, 1> &Notes, Level DiagLevel, 94 Level DiagLevel; member
|
| /openbsd-src/gnu/llvm/clang/tools/diagtool/ |
| H A D | ShowEnabledWarnings.cpp | 126 DiagnosticsEngine::Level DiagLevel = in run() local 128 if (DiagLevel == DiagnosticsEngine::Ignored) in run() 132 Active.push_back(PrettyDiag(DR.getName(), WarningOpt, DiagLevel)); in run()
|
| /openbsd-src/gnu/llvm/clang/lib/Testing/ |
| H A D | TestAST.cpp | 38 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() argument 40 Out.emplace_back(DiagLevel, Info); in HandleDiagnostic() 41 if (ReportErrors && DiagLevel >= DiagnosticsEngine::Error) { in HandleDiagnostic()
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | SerializedDiagnosticPrinter.cpp | 156 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, 206 unsigned getEmitDiagnosticFlag(DiagnosticsEngine::Level DiagLevel, 540 unsigned SDiagsWriter::getEmitDiagnosticFlag(DiagnosticsEngine::Level DiagLevel, in getEmitDiagnosticFlag() argument 542 if (DiagLevel == DiagnosticsEngine::Note) in getEmitDiagnosticFlag() 571 void SDiagsWriter::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() argument 587 if (DiagLevel != DiagnosticsEngine::Note) { in HandleDiagnostic() 606 if (DiagLevel == DiagnosticsEngine::Note) in HandleDiagnostic() 609 EmitDiagnosticMessage(FullSourceLoc(), PresumedLoc(), DiagLevel, in HandleDiagnostic() 612 if (DiagLevel == DiagnosticsEngine::Note) in HandleDiagnostic() 622 FullSourceLoc(Info.getLocation(), Info.getSourceManager()), DiagLevel, in HandleDiagnostic()
|
| H A D | VerifyDiagnosticConsumer.cpp | 720 DiagnosticsEngine::Level DiagLevel, const Diagnostic &Info) { in HandleDiagnostic() argument 756 Buffer->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/ubsan/ |
| H A D | ubsan_diag.h | 96 enum DiagLevel { enum 139 DiagLevel Level; 208 Diag(Location Loc, DiagLevel Level, ErrorType ET, const char *Message) in Diag()
|
| /openbsd-src/gnu/llvm/clang/lib/Format/ |
| H A D | TokenAnalyzer.cpp | 42 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() argument 44 if (DiagLevel == DiagnosticsEngine::Fatal) { in HandleDiagnostic()
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/ |
| H A D | CompilationDatabase.cpp | 186 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() argument 191 } else if (DiagLevel >= DiagnosticsEngine::Error) { in HandleDiagnostic() 194 Other.HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Rewrite/Frontend/ |
| H A D | FixItRewriter.h | 125 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangModulesDeclVendor.cpp | 58 void HandleDiagnostic(clang::DiagnosticsEngine::Level DiagLevel, 154 clang::DiagnosticsEngine::Level DiagLevel, const clang::Diagnostic &info) { in HandleDiagnostic() argument 160 m_diag_printer->HandleDiagnostic(DiagLevel, info); in HandleDiagnostic() 164 m_diagnostics.push_back(IDAndDiagnostic(DiagLevel, m_output)); in HandleDiagnostic()
|
| H A D | ClangExpressionParser.cpp | 185 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() argument 205 DiagnosticConsumer::HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic() 209 m_passthrough->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic() 215 switch (DiagLevel) { in HandleDiagnostic()
|
| /openbsd-src/gnu/llvm/clang/tools/clang-import-test/ |
| H A D | clang-import-test.cpp | 133 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() argument 159 DiagnosticConsumer::HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | DiagnosticIDs.h | 356 void EmitDiag(DiagnosticsEngine &Diag, Level DiagLevel) const;
|
| H A D | Diagnostic.h | 1790 virtual void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, 1798 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() argument 1814 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
|
| /openbsd-src/gnu/llvm/clang/tools/clang-format/ |
| H A D | ClangFormat.cpp | 391 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() argument
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 698 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() argument
|