Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBType.i452 ") GetUnqualifiedType;
454 GetUnqualifiedType();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp329 lldb::SBType SBType::GetUnqualifiedType() { in GetUnqualifiedType() function in SBType
330 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBType, SBType, GetUnqualifiedType); in GetUnqualifiedType()
335 SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetUnqualifiedType())))); in GetUnqualifiedType()
963 LLDB_REGISTER_METHOD(lldb::SBType, SBType, GetUnqualifiedType, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h146 lldb::SBType GetUnqualifiedType();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h286 TypeImpl GetUnqualifiedType() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp1006 TypeImpl TypeImpl::GetUnqualifiedType() const { in GetUnqualifiedType() function in TypeImpl
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp58926 result = (arg1)->GetUnqualifiedType(); in _wrap_SBType_GetUnqualifiedType()