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

/freebsd-current/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeDocstrings.i290 ) lldb::SBType::GetTypedefedType;
/freebsd-current/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp208 CompilerType deffed_referenced_type = non_ref_type.GetTypedefedType();
225 non_ptr_type.GetTypedefedType().GetPointerType();
243 element_type.GetTypedefedType().GetArrayType(array_size);
263 CompilerType deffed_type = compiler_type.GetTypedefedType();
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxUnorderedMap.cpp153 CompilerType actual_type = field_type.GetTypedefedType();
H A DLibCxxMap.cpp270 m_element_type = m_element_type.GetTypedefedType();
H A DCPlusPlusLanguage.cpp1496 return candidate.GetTypedefedType();
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp1088 TypeImpl TypeImpl::GetTypedefedType() const { function in class:TypeImpl
1092 return TypeImpl(m_static_type.GetTypedefedType(),
1093 m_dynamic_type.GetTypedefedType());
1095 return TypeImpl(m_static_type.GetTypedefedType());
H A DCompilerType.cpp718 CompilerType CompilerType::GetTypedefedType() const { function in class:CompilerType
721 return type_system_sp->GetTypedefedType(m_type);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h150 lldb::SBType GetTypedefedType();
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp188 SBType SBType::GetTypedefedType() { function in class:SBType
193 return SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetTypedefedType())));
/freebsd-current/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-current/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp990 return candidate.GetTypedefedType();
/freebsd-current/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) { function in class:TypeSystemClang
/freebsd-current/lib/clang/liblldb/
H A DLLDBWrapLua.cpp[all...]

Completed in 527 milliseconds