Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBType.i500 ") GetArrayElementType;
502 GetArrayElementType ();
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBType.h151 lldb::SBType GetArrayElementType();
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DCompilerType.cpp382 CompilerType::GetArrayElementType(ExecutionContextScope *exe_scope) const { in GetArrayElementType() function in CompilerType
385 return type_system_sp->GetArrayElementType(m_type, exe_scope); in GetArrayElementType()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerType.h246 CompilerType GetArrayElementType(ExecutionContextScope *exe_scope) const;
H A DTypeSystem.h233 GetArrayElementType(lldb::opaque_compiler_type_t type,
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DFormatManager.cpp237 CompilerType element_type = compiler_type.GetArrayElementType( in GetPossibleMatches()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h676 CompilerType GetArrayElementType(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp4281 TypeSystemClang::GetArrayElementType(lldb::opaque_compiler_type_t type, in GetArrayElementType() function in TypeSystemClang