Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp1264 if (interpreter && !interpreter->CheckObjectExists(funct_name)) in Execute_ScriptSummary()
1589 if (interpreter && !interpreter->CheckObjectExists(function_name)) { in AddSummary()
2166 !interpreter->CheckObjectExists(impl->GetPythonClassName())) in Execute_PythonClass()
2250 if (interpreter && !interpreter->CheckObjectExists(function_name)) { in AddSynth()
H A DCommandObjectFrame.cpp864 !interpreter->CheckObjectExists(m_options.m_class_name.c_str())) { in DoExecute()
H A DCommandObjectThread.cpp446 } else if (!GetDebugger().GetScriptInterpreter()->CheckObjectExists( in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h218 bool CheckObjectExists(const char *name) override { in CheckObjectExists() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h525 virtual bool CheckObjectExists(const char *name) { return false; } in CheckObjectExists() function