Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBType.i488 ") GetArrayElementType;
490 GetArrayElementType ();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A 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()
949 LLDB_REGISTER_METHOD(lldb::SBType, SBType, GetArrayElementType, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h148 lldb::SBType GetArrayElementType();
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h185 CompilerType GetArrayElementType(ExecutionContextScope *exe_scope) const;
H A DTypeSystem.h222 GetArrayElementType(lldb::opaque_compiler_type_t type,
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp241 CompilerType element_type = compiler_type.GetArrayElementType( in GetPossibleMatches()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h667 CompilerType GetArrayElementType(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp4206 TypeSystemClang::GetArrayElementType(lldb::opaque_compiler_type_t type, in GetArrayElementType() function in TypeSystemClang
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp59007 result = (arg1)->GetArrayElementType(); in _wrap_SBType_GetArrayElementType()