Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/lang/cpp/typedef/
DTestCppTypedef.py47 typedefed_type = typedef_type.GetTypedefedType()
61 typedefed_type = typedef_type.GetTypedefedType()
/external/llvm-project/lldb/source/DataFormatters/
DFormatManager.cpp208 CompilerType deffed_referenced_type = non_ref_type.GetTypedefedType(); in GetPossibleMatches()
226 non_ptr_type.GetTypedefedType().GetPointerType(); in GetPossibleMatches()
247 element_type.GetTypedefedType().GetArrayType(array_size); in GetPossibleMatches()
271 CompilerType deffed_type = compiler_type.GetTypedefedType(); in GetPossibleMatches()
/external/llvm-project/lldb/source/Symbol/
DType.cpp983 TypeImpl TypeImpl::GetTypedefedType() const { in GetTypedefedType() function in TypeImpl
987 return TypeImpl(m_static_type.GetTypedefedType(), in GetTypedefedType()
988 m_dynamic_type.GetTypedefedType()); in GetTypedefedType()
990 return TypeImpl(m_static_type.GetTypedefedType()); in GetTypedefedType()
DCompilerType.cpp452 CompilerType CompilerType::GetTypedefedType() const { in GetTypedefedType() function in CompilerType
454 return m_type_system->GetTypedefedType(m_type); in GetTypedefedType()
/external/llvm-project/lldb/source/API/
DSBType.cpp193 SBType SBType::GetTypedefedType() { in GetTypedefedType() function in SBType
194 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBType, SBType, GetTypedefedType); in GetTypedefedType()
199 SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetTypedefedType())))); in GetTypedefedType()
929 LLDB_REGISTER_METHOD(lldb::SBType, SBType, GetTypedefedType, ()); in RegisterMethods()
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibCxxUnorderedMap.cpp126 m_element_type = m_element_type.GetTypedefedType(); in GetChildAtIndex()
DLibCxxMap.cpp281 m_element_type = m_element_type.GetTypedefedType(); in GetDataType()
DCPlusPlusLanguage.cpp1000 return candidate.GetTypedefedType(); in GetTypeScavenger()
/external/llvm-project/lldb/include/lldb/API/
DSBType.h140 lldb::SBType GetTypedefedType();
/external/llvm-project/lldb/include/lldb/Symbol/
DCompilerType.h251 CompilerType GetTypedefedType() const;
DType.h282 TypeImpl GetTypedefedType() const;
DTypeSystem.h432 virtual CompilerType GetTypedefedType(lldb::opaque_compiler_type_t type) = 0;
/external/llvm-project/lldb/bindings/interface/
DSBType.i233 SBType::GetTypedefedType();
/external/llvm-project/lldb/examples/synthetic/
Dgnu_libstdcpp.py373 self.data_type = rep_type.GetTypedefedType().GetTemplateArgumentType(1)
/external/llvm-project/lldb/source/Plugins/Language/ObjC/
DObjCLanguage.cpp1020 return candidate.GetTypedefedType(); in GetTypeScavenger()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h729 CompilerType GetTypedefedType(lldb::opaque_compiler_type_t type) override;
DTypeSystemClang.cpp4558 TypeSystemClang::GetTypedefedType(lldb::opaque_compiler_type_t type) { in GetTypedefedType() function in TypeSystemClang