Searched refs:GetArrayElementType (Results 1 – 10 of 10) sorted by relevance
142 myint_arr_element_type = myint_arr_type.GetArrayElementType()
211 SBType SBType::GetArrayElementType() { in GetArrayElementType() function in SBType212 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBType, SBType, GetArrayElementType); in GetArrayElementType()217 m_opaque_sp->GetCompilerType(true).GetArrayElementType(nullptr))))); in GetArrayElementType()931 LLDB_REGISTER_METHOD(lldb::SBType, SBType, GetArrayElementType, ()); in RegisterMethods()
146 lldb::SBType GetArrayElementType();
180 CompilerType GetArrayElementType(ExecutionContextScope *exe_scope) const;
220 GetArrayElementType(lldb::opaque_compiler_type_t type,
321 CompilerType::GetArrayElementType(ExecutionContextScope *exe_scope) const { in GetArrayElementType() function in CompilerType323 return m_type_system->GetArrayElementType(m_type, exe_scope); in GetArrayElementType()
245 GetArrayElementType ();
241 CompilerType element_type = compiler_type.GetArrayElementType( in GetPossibleMatches()
676 CompilerType GetArrayElementType(lldb::opaque_compiler_type_t type,
4123 TypeSystemClang::GetArrayElementType(lldb::opaque_compiler_type_t type, in GetArrayElementType() function in TypeSystemClang