Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeDocstrings.i290 ) lldb::SBType::GetTypedefedType;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp1088 TypeImpl TypeImpl::GetTypedefedType() const { in GetTypedefedType() function in TypeImpl
1092 return TypeImpl(m_static_type.GetTypedefedType(), in GetTypedefedType()
1093 m_dynamic_type.GetTypedefedType()); in GetTypedefedType()
1095 return TypeImpl(m_static_type.GetTypedefedType()); in GetTypedefedType()
H A DCompilerType.cpp718 CompilerType CompilerType::GetTypedefedType() const { in GetTypedefedType() function in CompilerType
721 return type_system_sp->GetTypedefedType(m_type); in GetTypedefedType()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h150 lldb::SBType GetTypedefedType();
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxUnorderedMap.cpp153 CompilerType actual_type = field_type.GetTypedefedType(); in GetChildAtIndex()
H A DLibCxxMap.cpp270 m_element_type = m_element_type.GetTypedefedType(); in GetDataType()
H A DCPlusPlusLanguage.cpp1496 return candidate.GetTypedefedType(); in GetTypeScavenger()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h368 CompilerType GetTypedefedType() const;
H A DType.h601 TypeImpl GetTypedefedType() const;
H A DTypeSystem.h450 virtual CompilerType GetTypedefedType(lldb::opaque_compiler_type_t type) = 0;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp990 return candidate.GetTypedefedType(); in GetTypeScavenger()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h806 CompilerType GetTypedefedType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp4622 TypeSystemClang::GetTypedefedType(lldb::opaque_compiler_type_t type) { in GetTypedefedType() function in TypeSystemClang
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp65343 result = (arg1)->GetTypedefedType(); in _wrap_SBType_GetTypedefedType()