Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/lang/cpp/typedef/
H A DTestCppTypedef.py38 typedefed_type = typedef_type.GetTypedefedType()
55 typedefed_type = typedef_type.GetTypedefedType()
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DFormatManager.cpp207 CompilerType deffed_referenced_type = non_ref_type.GetTypedefedType(); in GetPossibleMatches()
225 non_ptr_type.GetTypedefedType().GetPointerType(); in GetPossibleMatches()
246 element_type.GetTypedefedType().GetArrayType(array_size); in GetPossibleMatches()
270 CompilerType deffed_type = compiler_type.GetTypedefedType(); in GetPossibleMatches()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBType.i435 ") GetTypedefedType;
437 SBType::GetTypedefedType();
/llvm-project-15.0.7/lldb/source/Symbol/
H A DType.cpp981 TypeImpl TypeImpl::GetTypedefedType() const { in GetTypedefedType() function in TypeImpl
985 return TypeImpl(m_static_type.GetTypedefedType(), in GetTypedefedType()
986 m_dynamic_type.GetTypedefedType()); in GetTypedefedType()
988 return TypeImpl(m_static_type.GetTypedefedType()); in GetTypedefedType()
H A DCompilerType.cpp464 CompilerType CompilerType::GetTypedefedType() const { in GetTypedefedType() function in CompilerType
466 return m_type_system->GetTypedefedType(m_type); in GetTypedefedType()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBType.h144 lldb::SBType GetTypedefedType();
/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxUnorderedMap.cpp124 m_element_type = m_element_type.GetTypedefedType(); in GetChildAtIndex()
H A DLibCxxMap.cpp278 m_element_type = m_element_type.GetTypedefedType(); in GetDataType()
H A DCPlusPlusLanguage.cpp1252 return candidate.GetTypedefedType(); in GetTypeScavenger()
/llvm-project-15.0.7/lldb/source/API/
H A DSBType.cpp189 SBType SBType::GetTypedefedType() { in GetTypedefedType() function in SBType
194 return SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetTypedefedType()))); in GetTypedefedType()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompilerType.h258 CompilerType GetTypedefedType() const;
H A DType.h288 TypeImpl GetTypedefedType() const;
H A DTypeSystem.h446 virtual CompilerType GetTypedefedType(lldb::opaque_compiler_type_t type) = 0;
/llvm-project-15.0.7/lldb/examples/synthetic/
H A Dgnu_libstdcpp.py577 self.data_type = rep_type.GetTypedefedType().GetTemplateArgumentType(1)
/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp1054 return candidate.GetTypedefedType(); in GetTypeScavenger()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h718 CompilerType GetTypedefedType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp4648 TypeSystemClang::GetTypedefedType(lldb::opaque_compiler_type_t type) { in GetTypedefedType() function in TypeSystemClang