Searched refs:implementor_sp (Results 1 – 1 of 1) sorted by relevance
2417 …riptInterpreterPython::CalculateNumChildren (const lldb::ScriptInterpreterObjectSP& implementor_sp) in CalculateNumChildren() argument2419 if (!implementor_sp) in CalculateNumChildren()2422 void* implementor = implementor_sp->GetObject(); in CalculateNumChildren()2441 ScriptInterpreterPython::GetChildAtIndex (const lldb::ScriptInterpreterObjectSP& implementor_sp, ui… in GetChildAtIndex() argument2443 if (!implementor_sp) in GetChildAtIndex()2446 void* implementor = implementor_sp->GetObject(); in GetChildAtIndex()2479 …hon::GetIndexOfChildWithName (const lldb::ScriptInterpreterObjectSP& implementor_sp, const char* c… in GetIndexOfChildWithName() argument2481 if (!implementor_sp) in GetIndexOfChildWithName()2484 void* implementor = implementor_sp->GetObject(); in GetIndexOfChildWithName()2503 …erpreterPython::UpdateSynthProviderInstance (const lldb::ScriptInterpreterObjectSP& implementor_sp) in UpdateSynthProviderInstance() argument[all …]