Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp212 CompilerType deffed_referenced_type = non_ref_type.GetTypedefedType(); in GetPossibleMatches()
229 non_ptr_type.GetTypedefedType().GetPointerType(); in GetPossibleMatches()
247 element_type.GetTypedefedType().GetArrayType(array_size); in GetPossibleMatches()
267 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.cpp1094 TypeImpl TypeImpl::GetTypedefedType() const { in GetTypedefedType() function in TypeImpl
1098 return TypeImpl(m_static_type.GetTypedefedType(), in GetTypedefedType()
1099 m_dynamic_type.GetTypedefedType()); in GetTypedefedType()
1101 return TypeImpl(m_static_type.GetTypedefedType()); in GetTypedefedType()
H A DCompilerType.cpp746 CompilerType CompilerType::GetTypedefedType() const { in GetTypedefedType() function in CompilerType
749 return type_system_sp->GetTypedefedType(m_type); in GetTypedefedType()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h181 lldb::SBType GetTypedefedType();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp206 SBType SBType::GetTypedefedType() { in GetTypedefedType() function in SBType
211 return SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetTypedefedType()))); in GetTypedefedType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxUnorderedMap.cpp162 CompilerType actual_type = field_type.GetTypedefedType(); in GetChildAtIndex()
H A DCPlusPlusLanguage.cpp1541 return candidate.GetTypedefedType(); in GetTypeScavenger()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h374 CompilerType GetTypedefedType() const;
H A DType.h632 TypeImpl GetTypedefedType() const;
H A DTypeSystem.h479 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.h820 CompilerType GetTypedefedType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp4679 TypeSystemClang::GetTypedefedType(lldb::opaque_compiler_type_t type) { in GetTypedefedType() function in TypeSystemClang
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp68541 result = (arg1)->GetTypedefedType(); in _wrap_SBType_GetTypedefedType()