Searched refs:IsScopedEnumerationType (Results 1 – 9 of 9) sorted by relevance
213 ) lldb::SBType::IsScopedEnumerationType;
45 bool CompilerType::IsScopedEnumerationType() const { in IsScopedEnumerationType() function in CompilerType48 return type_system_sp->IsScopedEnumerationType(m_type); in IsScopedEnumerationType()322 return IsEnumerationType() && !IsScopedEnumerationType(); in IsUnscopedEnumerationType()
140 bool IsScopedEnumerationType();
267 bool SBType::IsScopedEnumerationType() { in IsScopedEnumerationType() function in SBType272 return m_opaque_sp->GetCompilerType(true).IsScopedEnumerationType(); in IsScopedEnumerationType()
134 bool IsScopedEnumerationType() const;
189 virtual bool IsScopedEnumerationType(lldb::opaque_compiler_type_t type) = 0;
677 bool IsScopedEnumerationType(lldb::opaque_compiler_type_t type) override;
3197 bool TypeSystemClang::IsScopedEnumerationType( in IsScopedEnumerationType() function in TypeSystemClang
65214 result = (bool)(arg1)->IsScopedEnumerationType(); in _wrap_SBType_IsScopedEnumerationType()