Searched refs:GetArrayElementType (Results 1 – 9 of 9) sorted by relevance
500 ") GetArrayElementType;502 GetArrayElementType ();
151 lldb::SBType GetArrayElementType();
204 SBType SBType::GetArrayElementType() { in GetArrayElementType() function in SBType210 m_opaque_sp->GetCompilerType(true).GetArrayElementType(nullptr)))); in GetArrayElementType()
382 CompilerType::GetArrayElementType(ExecutionContextScope *exe_scope) const { in GetArrayElementType() function in CompilerType385 return type_system_sp->GetArrayElementType(m_type, exe_scope); in GetArrayElementType()
246 CompilerType GetArrayElementType(ExecutionContextScope *exe_scope) const;
233 GetArrayElementType(lldb::opaque_compiler_type_t type,
237 CompilerType element_type = compiler_type.GetArrayElementType( in GetPossibleMatches()
676 CompilerType GetArrayElementType(lldb::opaque_compiler_type_t type,
4281 TypeSystemClang::GetArrayElementType(lldb::opaque_compiler_type_t type, in GetArrayElementType() function in TypeSystemClang