Searched refs:GetArrayElementType (Results 1 – 10 of 10) sorted by relevance
488 ") GetArrayElementType;490 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()949 LLDB_REGISTER_METHOD(lldb::SBType, SBType, GetArrayElementType, ()); in RegisterMethods()
148 lldb::SBType 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;
222 GetArrayElementType(lldb::opaque_compiler_type_t type,
241 CompilerType element_type = compiler_type.GetArrayElementType( in GetPossibleMatches()
667 CompilerType GetArrayElementType(lldb::opaque_compiler_type_t type,
4206 TypeSystemClang::GetArrayElementType(lldb::opaque_compiler_type_t type, in GetArrayElementType() function in TypeSystemClang
59007 result = (arg1)->GetArrayElementType(); in _wrap_SBType_GetArrayElementType()