Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/python_api/type/
DTestTypeList.py142 myint_arr_element_type = myint_arr_type.GetArrayElementType()
/external/llvm-project/lldb/source/API/
DSBType.cpp211 SBType SBType::GetArrayElementType() { in GetArrayElementType() function in SBType
212 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBType, SBType, GetArrayElementType); in GetArrayElementType()
217 m_opaque_sp->GetCompilerType(true).GetArrayElementType(nullptr))))); in GetArrayElementType()
931 LLDB_REGISTER_METHOD(lldb::SBType, SBType, GetArrayElementType, ()); in RegisterMethods()
/external/llvm-project/lldb/include/lldb/API/
DSBType.h146 lldb::SBType GetArrayElementType();
/external/llvm-project/lldb/include/lldb/Symbol/
DCompilerType.h180 CompilerType GetArrayElementType(ExecutionContextScope *exe_scope) const;
DTypeSystem.h220 GetArrayElementType(lldb::opaque_compiler_type_t type,
/external/llvm-project/lldb/source/Symbol/
DCompilerType.cpp321 CompilerType::GetArrayElementType(ExecutionContextScope *exe_scope) const { in GetArrayElementType() function in CompilerType
323 return m_type_system->GetArrayElementType(m_type, exe_scope); in GetArrayElementType()
/external/llvm-project/lldb/bindings/interface/
DSBType.i245 GetArrayElementType ();
/external/llvm-project/lldb/source/DataFormatters/
DFormatManager.cpp241 CompilerType element_type = compiler_type.GetArrayElementType( in GetPossibleMatches()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h676 CompilerType GetArrayElementType(lldb::opaque_compiler_type_t type,
DTypeSystemClang.cpp4123 TypeSystemClang::GetArrayElementType(lldb::opaque_compiler_type_t type, in GetArrayElementType() function in TypeSystemClang