Searched refs:GetArrayElementType (Results 1 – 10 of 10) sorted by relevance
348 ) lldb::SBType::GetArrayElementType;359 See also `IsArrayType` and `GetArrayElementType`.
187 lldb::SBType GetArrayElementType();
222 SBType SBType::GetArrayElementType() { in GetArrayElementType() function in SBType228 m_opaque_sp->GetCompilerType(true).GetArrayElementType(nullptr)))); in GetArrayElementType()
301 CompilerType GetArrayElementType(ExecutionContextScope *exe_scope) const;
252 GetArrayElementType(lldb::opaque_compiler_type_t type,
588 CompilerType::GetArrayElementType(ExecutionContextScope *exe_scope) const { in GetArrayElementType() function in CompilerType591 return type_system_sp->GetArrayElementType(m_type, exe_scope); in GetArrayElementType()
241 CompilerType element_type = compiler_type.GetArrayElementType( in GetPossibleMatches()
758 CompilerType GetArrayElementType(lldb::opaque_compiler_type_t type,
4250 TypeSystemClang::GetArrayElementType(lldb::opaque_compiler_type_t type, in GetArrayElementType() function in TypeSystemClang
68622 result = (arg1)->GetArrayElementType(); in _wrap_SBType_GetArrayElementType()