Searched refs:AddDiagnostic (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp228 m_manager->AddDiagnostic(std::move(new_diagnostic));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DDiagnosticManager.cpp68 AddDiagnostic(ss.GetString(), severity, eDiagnosticOriginLLDB);
77 AddDiagnostic(str, severity, eDiagnosticOriginLLDB);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDiagnosticManager.h109 void AddDiagnostic(llvm::StringRef message, DiagnosticSeverity severity, function in namespace:lldb_private
116 void AddDiagnostic(std::unique_ptr<Diagnostic> diagnostic) { function in namespace:lldb_private

Completed in 93 milliseconds