Home
last modified time | relevance | path

Searched refs:GetArrayElementType (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBType.i500 ") GetArrayElementType;
502 GetArrayElementType ();
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBType.h150 lldb::SBType GetArrayElementType();
/llvm-project-15.0.7/lldb/test/API/python_api/type/
H A DTestTypeList.py145 myint_arr_element_type = myint_arr_type.GetArrayElementType()
/llvm-project-15.0.7/lldb/source/API/
H A DSBType.cpp205 SBType SBType::GetArrayElementType() { in GetArrayElementType() function in SBType
211 m_opaque_sp->GetCompilerType(true).GetArrayElementType(nullptr)))); in GetArrayElementType()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompilerType.cpp327 CompilerType::GetArrayElementType(ExecutionContextScope *exe_scope) const { in GetArrayElementType() function in CompilerType
329 return m_type_system->GetArrayElementType(m_type, exe_scope); in GetArrayElementType()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompilerType.h185 CompilerType GetArrayElementType(ExecutionContextScope *exe_scope) const;
H A DTypeSystem.h221 GetArrayElementType(lldb::opaque_compiler_type_t type,
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DFormatManager.cpp240 CompilerType element_type = compiler_type.GetArrayElementType( in GetPossibleMatches()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h659 CompilerType GetArrayElementType(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp4232 TypeSystemClang::GetArrayElementType(lldb::opaque_compiler_type_t type, in GetArrayElementType() function in TypeSystemClang