Home
last modified time | relevance | path

Searched refs:GetUnqualifiedType (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/lang/cpp/dynamic-value-same-basename/
H A DTestDynamicValueSameBase.py44 namesp_type = namesp_this.GetType().GetUnqualifiedType()
52 virtual_type = virtual_this.GetType().GetUnqualifiedType()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBType.i464 ") GetUnqualifiedType;
466 GetUnqualifiedType();
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBType.h148 lldb::SBType GetUnqualifiedType();
/llvm-project-15.0.7/lldb/source/API/
H A DSBType.cpp329 lldb::SBType SBType::GetUnqualifiedType() { in GetUnqualifiedType() function in SBType
334 return SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetUnqualifiedType()))); in GetUnqualifiedType()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DType.h292 TypeImpl GetUnqualifiedType() const;
/llvm-project-15.0.7/lldb/examples/synthetic/
H A Dlibcxx.py329 list_type = self.valobj.GetType().GetUnqualifiedType()
H A Dgnu_libstdcpp.py264 list_type = self.valobj.GetType().GetUnqualifiedType()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DType.cpp1005 TypeImpl TypeImpl::GetUnqualifiedType() const { in GetUnqualifiedType() function in TypeImpl