Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPythonInterface.h85 bool has_class_name = !class_name.empty(); in CreatePluginObject() local
88 if (!has_class_name && !has_interpreter_dict && !script_obj) { in CreatePluginObject()
89 if (!has_class_name) in CreatePluginObject()