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()
309 CompilerType GetArrayElementType(ExecutionContextScope *exe_scope) const;
256 GetArrayElementType(lldb::opaque_compiler_type_t type,
598 CompilerType::GetArrayElementType(ExecutionContextScope *exe_scope) const { in GetArrayElementType() function in CompilerType601 return type_system_sp->GetArrayElementType(m_type, exe_scope); in GetArrayElementType()
247 CompilerType element_type = compiler_type.GetArrayElementType( in GetPossibleMatches()
755 CompilerType GetArrayElementType(lldb::opaque_compiler_type_t type,
4281 TypeSystemClang::GetArrayElementType(lldb::opaque_compiler_type_t type, in GetArrayElementType() function in TypeSystemClang
69890 result = (arg1)->GetArrayElementType(); in _wrap_SBType_GetArrayElementType()