Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeDocstrings.i348 ) lldb::SBType::GetArrayElementType;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h156 lldb::SBType GetArrayElementType();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp204 SBType SBType::GetArrayElementType() { in GetArrayElementType() function in SBType
210 m_opaque_sp->GetCompilerType(true).GetArrayElementType(nullptr)))); in GetArrayElementType()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h295 CompilerType GetArrayElementType(ExecutionContextScope *exe_scope) const;
H A DTypeSystem.h238 GetArrayElementType(lldb::opaque_compiler_type_t type,
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp567 CompilerType::GetArrayElementType(ExecutionContextScope *exe_scope) const { in GetArrayElementType() function in CompilerType
570 return type_system_sp->GetArrayElementType(m_type, exe_scope); in GetArrayElementType()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp237 CompilerType element_type = compiler_type.GetArrayElementType( in GetPossibleMatches()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h747 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/lib/clang/liblldb/
H A DLLDBWrapLua.cpp65424 result = (arg1)->GetArrayElementType(); in _wrap_SBType_GetArrayElementType()