Searched refs:CheckObjectExists (Results 1 – 5 of 5) sorted by relevance
1289 if (interpreter && !interpreter->CheckObjectExists(funct_name)) in Execute_ScriptSummary()1622 if (interpreter && !interpreter->CheckObjectExists(function_name)) { in AddSummary()2271 !interpreter->CheckObjectExists(impl->GetPythonClassName())) in Execute_PythonClass()2363 if (interpreter && !interpreter->CheckObjectExists(function_name)) { in AddSynth()
908 !interpreter->CheckObjectExists(m_options.m_class_name.c_str())) { in DoExecute()
452 } else if (!GetDebugger().GetScriptInterpreter()->CheckObjectExists( in DoExecute()
532 virtual bool CheckObjectExists(const char *name) { return false; } in CheckObjectExists() function
216 bool CheckObjectExists(const char *name) override { in CheckObjectExists() function