Searched refs:IsScopedEnumerationType (Results 1 – 8 of 8) sorted by relevance
353 ") IsScopedEnumerationType;355 IsScopedEnumerationType ();
135 bool IsScopedEnumerationType();
267 bool SBType::IsScopedEnumerationType() { in IsScopedEnumerationType() function in SBType272 return m_opaque_sp->GetCompilerType(true).IsScopedEnumerationType(); in IsScopedEnumerationType()
46 bool CompilerType::IsScopedEnumerationType() const { in IsScopedEnumerationType() function in CompilerType49 return type_system_sp->IsScopedEnumerationType(m_type); in IsScopedEnumerationType()
139 bool IsScopedEnumerationType() const;
184 virtual bool IsScopedEnumerationType(lldb::opaque_compiler_type_t type) = 0;
606 bool IsScopedEnumerationType(lldb::opaque_compiler_type_t type) override;
3279 bool TypeSystemClang::IsScopedEnumerationType( in IsScopedEnumerationType() function in TypeSystemClang