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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h146 lldb::SBType GetArrayElementType();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h176 CompilerType GetArrayElementType(uint64_t *stride = nullptr) const;
H A DTypeSystem.h213 virtual CompilerType GetArrayElementType(lldb::opaque_compiler_type_t type,
H A DClangASTContext.h591 CompilerType GetArrayElementType(lldb::opaque_compiler_type_t type,
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp210 SBType SBType::GetArrayElementType() { function in class:SBType
211 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBType, SBType, GetArrayElementType);
218 SBType(TypeImplSP(new TypeImpl(canonical_type.GetArrayElementType()))));
921 LLDB_REGISTER_METHOD(lldb::SBType, SBType, GetArrayElementType, ());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp329 CompilerType CompilerType::GetArrayElementType(uint64_t *stride) const { function in class:CompilerType
331 return m_type_system->GetArrayElementType(m_type, stride);
H A DClangASTContext.cpp3926 ClangASTContext::GetArrayElementType(lldb::opaque_compiler_type_t type, function in class:ClangASTContext
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBType.i245 GetArrayElementType ();
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp247 CompilerType element_type = compiler_type.GetArrayElementType();

Completed in 171 milliseconds