Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPythonInterface.h255 llvm::Error abstract_method_errors = llvm::Error::success(); in CreatePluginObject() local
259 abstract_method_errors = llvm::joinErrors( in CreatePluginObject()
260 std::move(abstract_method_errors), in CreatePluginObject()
266 abstract_method_errors = llvm::joinErrors( in CreatePluginObject()
267 std::move(abstract_method_errors), in CreatePluginObject()
273 abstract_method_errors = llvm::joinErrors( in CreatePluginObject()
274 std::move(abstract_method_errors), in CreatePluginObject()
280 abstract_method_errors = llvm::joinErrors( in CreatePluginObject()
281 std::move(abstract_method_errors), in CreatePluginObject()
291 abstract_method_errors = llvm::joinErrors( in CreatePluginObject()
[all …]