Home
last modified time | relevance | path

Searched refs:GetTypedefedType (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DFormatManager.cpp208 CompilerType deffed_referenced_type = non_ref_type.GetTypedefedType(); in GetPossibleMatches()
225 non_ptr_type.GetTypedefedType().GetPointerType(); in GetPossibleMatches()
243 element_type.GetTypedefedType().GetArrayType(array_size); in GetPossibleMatches()
263 CompilerType deffed_type = compiler_type.GetTypedefedType(); in GetPossibleMatches()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBType.i435 ") GetTypedefedType;
437 SBType::GetTypedefedType();
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DType.cpp996 TypeImpl TypeImpl::GetTypedefedType() const { in GetTypedefedType() function in TypeImpl
1000 return TypeImpl(m_static_type.GetTypedefedType(), in GetTypedefedType()
1001 m_dynamic_type.GetTypedefedType()); in GetTypedefedType()
1003 return TypeImpl(m_static_type.GetTypedefedType()); in GetTypedefedType()
H A DCompilerType.cpp533 CompilerType CompilerType::GetTypedefedType() const { in GetTypedefedType() function in CompilerType
536 return type_system_sp->GetTypedefedType(m_type); in GetTypedefedType()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBType.h145 lldb::SBType GetTypedefedType();
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxUnorderedMap.cpp158 CompilerType actual_type = field_type.GetTypedefedType(); in GetChildAtIndex()
H A DLibCxxMap.cpp278 m_element_type = m_element_type.GetTypedefedType(); in GetDataType()
H A DCPlusPlusLanguage.cpp1354 return candidate.GetTypedefedType(); in GetTypeScavenger()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBType.cpp188 SBType SBType::GetTypedefedType() { in GetTypedefedType() function in SBType
193 return SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetTypedefedType()))); in GetTypedefedType()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerType.h319 CompilerType GetTypedefedType() const;
H A DType.h301 TypeImpl GetTypedefedType() const;
H A DTypeSystem.h460 virtual CompilerType GetTypedefedType(lldb::opaque_compiler_type_t type) = 0;
/openbsd-src/gnu/llvm/lldb/examples/synthetic/
H A Dgnu_libstdcpp.py576 self.data_type = rep_type.GetTypedefedType().GetTemplateArgumentType(1)
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp1058 return candidate.GetTypedefedType(); in GetTypeScavenger()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h735 CompilerType GetTypedefedType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp4697 TypeSystemClang::GetTypedefedType(lldb::opaque_compiler_type_t type) { in GetTypedefedType() function in TypeSystemClang