Searched refs:GetArrayElementType (Results 1 – 10 of 10) sorted by relevance
500 ") GetArrayElementType;502 GetArrayElementType ();
150 lldb::SBType GetArrayElementType();
145 myint_arr_element_type = myint_arr_type.GetArrayElementType()
205 SBType SBType::GetArrayElementType() { in GetArrayElementType() function in SBType211 m_opaque_sp->GetCompilerType(true).GetArrayElementType(nullptr)))); in GetArrayElementType()
327 CompilerType::GetArrayElementType(ExecutionContextScope *exe_scope) const { in GetArrayElementType() function in CompilerType329 return m_type_system->GetArrayElementType(m_type, exe_scope); in GetArrayElementType()
185 CompilerType GetArrayElementType(ExecutionContextScope *exe_scope) const;
221 GetArrayElementType(lldb::opaque_compiler_type_t type,
240 CompilerType element_type = compiler_type.GetArrayElementType( in GetPossibleMatches()
659 CompilerType GetArrayElementType(lldb::opaque_compiler_type_t type,
4232 TypeSystemClang::GetArrayElementType(lldb::opaque_compiler_type_t type, in GetArrayElementType() function in TypeSystemClang