Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/lang/cpp/dynamic-value-same-basename/
DTestDynamicValueSameBase.py46 namesp_type = namesp_this.GetType().GetUnqualifiedType()
54 virtual_type = virtual_this.GetType().GetUnqualifiedType()
/external/llvm-project/lldb/source/API/
DSBType.cpp321 lldb::SBType SBType::GetUnqualifiedType() { in GetUnqualifiedType() function in SBType
322 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBType, SBType, GetUnqualifiedType); in GetUnqualifiedType()
327 SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetUnqualifiedType())))); in GetUnqualifiedType()
944 LLDB_REGISTER_METHOD(lldb::SBType, SBType, GetUnqualifiedType, ()); in RegisterMethods()
/external/llvm-project/lldb/include/lldb/API/
DSBType.h144 lldb::SBType GetUnqualifiedType();
/external/llvm-project/lldb/bindings/interface/
DSBType.i239 GetUnqualifiedType();
/external/llvm-project/lldb/include/lldb/Symbol/
DType.h286 TypeImpl GetUnqualifiedType() const;
/external/llvm-project/lldb/examples/synthetic/
Dgnu_libstdcpp.py127 list_type = self.valobj.GetType().GetUnqualifiedType()
Dlibcxx.py329 list_type = self.valobj.GetType().GetUnqualifiedType()
/external/llvm-project/lldb/source/Symbol/
DType.cpp1007 TypeImpl TypeImpl::GetUnqualifiedType() const { in GetUnqualifiedType() function in TypeImpl