Searched refs:IsTypeComplete (Results 1 – 5 of 5) sorted by relevance
691 ) lldb::SBType::IsTypeComplete;
68 is_complete = property(IsTypeComplete, None, doc='''A read only property that returns a boolean value that indicates if this type is a complete type (True) or a forward declaration (False).''')
244 bool IsTypeComplete();
590 bool SBType::IsTypeComplete() { in IsTypeComplete() function in SBType
69370 result = (bool)(arg1)->IsTypeComplete(); in _wrap_SBType_IsTypeComplete()