reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
54 lldb::SBTypeSynthetic &operator=(const lldb::SBTypeSynthetic &rhs);
24086 result = (arg1)->GetSyntheticForType(arg2); 68304 result = (arg1)->GetSyntheticForType(arg2); 68444 result = (arg1)->GetSyntheticAtIndex(arg2); 68807 arg3 = *temp; 72657 result = lldb::SBTypeSynthetic::CreateWithClassName((char const *)arg1,arg2); 72686 result = lldb::SBTypeSynthetic::CreateWithClassName((char const *)arg1); 72768 result = lldb::SBTypeSynthetic::CreateWithScriptCode((char const *)arg1,arg2); 72797 result = lldb::SBTypeSynthetic::CreateWithScriptCode((char const *)arg1); 75083 result = (arg1)->GetTypeSynthetic();tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
510 static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
tools/lldb/source/API/SBTypeSynthetic.cpp140 SBTypeSynthetic, operator=,(const lldb::SBTypeSynthetic &), 238 SBTypeSynthetic, operator=,(const lldb::SBTypeSynthetic &));