Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DType.h325 CompilerType GetTypedefedType() const { in GetTypedefedType() function
327 return type_sp->GetForwardCompilerType().GetTypedefedType(); in GetTypedefedType()
329 return compiler_type.GetTypedefedType(); in GetTypedefedType()
418 TypeImpl GetTypedefedType() const;
H A DCompilerType.h277 CompilerType GetTypedefedType() const;
H A DTypeSystem.h429 virtual CompilerType GetTypedefedType(lldb::opaque_compiler_type_t type) = 0;
H A DClangASTContext.h722 CompilerType GetTypedefedType(lldb::opaque_compiler_type_t type) override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DType.cpp946 TypeImpl TypeImpl::GetTypedefedType() const { in GetTypedefedType() function in TypeImpl
950 return TypeImpl(m_static_type.GetTypedefedType(), in GetTypedefedType()
951 m_dynamic_type.GetTypedefedType()); in GetTypedefedType()
953 return TypeImpl(m_static_type.GetTypedefedType()); in GetTypedefedType()
H A DCompilerType.cpp486 CompilerType CompilerType::GetTypedefedType() const { in GetTypedefedType() function in CompilerType
488 return m_type_system->GetTypedefedType(m_type); in GetTypedefedType()
H A DClangASTContext.cpp4993 ClangASTContext::GetTypedefedType(lldb::opaque_compiler_type_t type) { in GetTypedefedType() function in ClangASTContext
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxUnorderedMap.cpp127 m_element_type = m_element_type.GetTypedefedType(); in GetChildAtIndex()
H A DLibCxxMap.cpp280 m_element_type = m_element_type.GetTypedefedType(); in GetDataType()
H A DCPlusPlusLanguage.cpp942 return candidate.GetTypedefedType(); in GetTypeScavenger()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBType.h135 lldb::SBType GetTypedefedType();
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBType.cpp157 SBType SBType::GetTypedefedType() { in GetTypedefedType() function in SBType
160 return SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetTypedefedType()))); in GetTypedefedType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DFormatManager.cpp206 CompilerType deffed_referenced_type = non_ref_type.GetTypedefedType(); in GetPossibleMatches()
227 non_ptr_type.GetTypedefedType().GetPointerType(); in GetPossibleMatches()
250 CompilerType deffed_type = compiler_type.GetTypedefedType(); in GetPossibleMatches()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp1013 return candidate.GetTypedefedType(); in GetTypeScavenger()