Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBType.h141 lldb::SBType GetArrayElementType();
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBType.cpp169 SBType SBType::GetArrayElementType() { in GetArrayElementType() function in SBType
173 new TypeImpl(m_opaque_sp->GetCompilerType(true).GetArrayElementType()))); in GetArrayElementType()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h195 CompilerType GetArrayElementType(uint64_t *stride = nullptr) const;
H A DTypeSystem.h226 virtual CompilerType GetArrayElementType(lldb::opaque_compiler_type_t type,
H A DClangASTContext.h672 CompilerType GetArrayElementType(lldb::opaque_compiler_type_t type,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp361 CompilerType CompilerType::GetArrayElementType(uint64_t *stride) const { in GetArrayElementType() function in CompilerType
363 return m_type_system->GetArrayElementType(m_type, stride); in GetArrayElementType()
H A DClangASTContext.cpp4495 ClangASTContext::GetArrayElementType(lldb::opaque_compiler_type_t type, in GetArrayElementType() function in ClangASTContext