Searched refs:IsTypeComplete (Results 1 - 4 of 4) sorted by relevance

/external/lldb/test/functionalities/type_completion/
H A DTestTypeCompletion.py63 self.assertFalse(p_type.IsTypeComplete(), 'vector<T> complete but it should not be')
70 self.assertFalse(p_type.IsTypeComplete(), 'vector<T> complete but it should not be')
79 self.assertTrue(p_type.IsTypeComplete(), 'vector<T> should now be complete')
82 self.assertFalse(name_address_type.IsTypeComplete(), 'NameAndAddress complete but it should not be')
91 self.assertTrue(p_type.IsTypeComplete(), 'vector<T> should now be complete')
94 self.assertTrue(name_address_type.IsTypeComplete(), 'NameAndAddress should now be complete')
103 self.assertFalse(string.IsTypeComplete(), 'std::string complete but it should not be')
110 self.assertTrue(p_type.IsTypeComplete(), 'vector<T> should now be complete')
113 self.assertTrue(name_address_type.IsTypeComplete(), 'NameAndAddress should now be complete')
122 self.assertFalse(string.IsTypeComplete(), 'st
[all...]
/external/lldb/scripts/Python/interface/
H A DSBType.i235 IsTypeComplete ();
280 __swig_getmethods__["is_complete"] = IsTypeComplete
281 if _newclass: 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).''')
/external/lldb/include/lldb/API/
H A DSBType.h165 IsTypeComplete ();
/external/lldb/source/API/
H A DSBType.cpp396 SBType::IsTypeComplete() function in class:SBType

Completed in 6537 milliseconds