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;
359 See also `IsArrayType` and `GetArrayElementType`.
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h187 lldb::SBType GetArrayElementType();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp222 SBType SBType::GetArrayElementType() { in GetArrayElementType() function in SBType
228 m_opaque_sp->GetCompilerType(true).GetArrayElementType(nullptr)))); in GetArrayElementType()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h301 CompilerType GetArrayElementType(ExecutionContextScope *exe_scope) const;
H A DTypeSystem.h252 GetArrayElementType(lldb::opaque_compiler_type_t type,
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp588 CompilerType::GetArrayElementType(ExecutionContextScope *exe_scope) const { in GetArrayElementType() function in CompilerType
591 return type_system_sp->GetArrayElementType(m_type, exe_scope); in GetArrayElementType()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp241 CompilerType element_type = compiler_type.GetArrayElementType( in GetPossibleMatches()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h758 CompilerType GetArrayElementType(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp4250 TypeSystemClang::GetArrayElementType(lldb::opaque_compiler_type_t type, in GetArrayElementType() function in TypeSystemClang
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp68622 result = (arg1)->GetArrayElementType(); in _wrap_SBType_GetArrayElementType()