Searched refs:IsScopedEnumerationType (Results 1 – 9 of 9) sorted by relevance
156 self.assertFalse(enum_type.IsScopedEnumerationType())162 self.assertTrue(scoped_enum_type.IsScopedEnumerationType())
353 ") IsScopedEnumerationType;355 IsScopedEnumerationType ();
134 bool IsScopedEnumerationType();
268 bool SBType::IsScopedEnumerationType() { in IsScopedEnumerationType() function in SBType273 return m_opaque_sp->GetCompilerType(true).IsScopedEnumerationType(); in IsScopedEnumerationType()
43 bool CompilerType::IsScopedEnumerationType() const { in IsScopedEnumerationType() function in CompilerType45 return m_type_system->IsScopedEnumerationType(m_type); in IsScopedEnumerationType()
87 bool IsScopedEnumerationType() const;
177 virtual bool IsScopedEnumerationType(lldb::opaque_compiler_type_t type) = 0;
592 bool IsScopedEnumerationType(lldb::opaque_compiler_type_t type) override;
3243 bool TypeSystemClang::IsScopedEnumerationType( in IsScopedEnumerationType() function in TypeSystemClang