Searched refs:eSeverityInfo (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | DiagnosticsRendering.cpp | 50 case lldb::eSeverityInfo: in Serialize() 76 case lldb::eSeverityInfo: in PrintSeverity()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | DiagnosticsRendering.h | 52 lldb::Severity severity = lldb::eSeverityInfo;
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | DebuggerEvents.cpp | 77 case Severity::eSeverityInfo: in GetPrefix()
|
| H A D | Debugger.cpp | 1691 case eSeverityInfo: in PrivateReportDiagnostic() 1730 if (severity == lldb::eSeverityInfo) in ReportDiagnosticImpl() 1773 ReportDiagnosticImpl(eSeverityInfo, std::move(message), debugger_id, once); in ReportInfo()
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | DiagnosticManager.cpp | 47 case lldb::eSeverityInfo: in StringForSeverity()
|
| H A D | LLVMUserExpression.cpp | 228 lldb::eSeverityInfo, in DoExecute()
|
| H A D | UserExpression.cpp | 335 diagnostic_manager.AddDiagnostic(fixit, lldb::eSeverityInfo, in Evaluate()
|
| /freebsd/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | Host.cpp | 638 Host::SystemLog(lldb::eSeverityInfo, message); in Emit()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 1376 eSeverityInfo, // Equivalent to Remark used in clang. enumerator
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangUserExpression.cpp | 387 diagnostic_manager.PutString(lldb::eSeverityInfo, error_stream.GetString()); in SetupDeclVendor()
|
| H A D | ClangExpressionParser.cpp | 236 detail.severity = lldb::eSeverityInfo; in HandleDiagnostic()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Process.cpp | 5334 diagnostic_manager.PutString(lldb::eSeverityInfo, in RunThreadPlan()
|
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 83266 {SWIG_LUA_CONSTTAB_INT("eSeverityInfo", (lldb::eSeverityInfo))},
|