Searched refs:IsScopedEnumerationType (Results 1 – 10 of 10) 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()343 return IsEnumerationType() && !IsScopedEnumerationType(); in IsUnscopedEnumerationType()
171 bool IsScopedEnumerationType();
285 bool SBType::IsScopedEnumerationType() { in IsScopedEnumerationType() function in SBType290 return m_opaque_sp->GetCompilerType(true).IsScopedEnumerationType(); in IsScopedEnumerationType()
134 bool IsScopedEnumerationType() const;
194 virtual bool IsScopedEnumerationType(lldb::opaque_compiler_type_t type) = 0;
688 bool IsScopedEnumerationType(lldb::opaque_compiler_type_t type) override;
3234 bool TypeSystemClang::IsScopedEnumerationType( in IsScopedEnumerationType() function in TypeSystemClang
1127 !GetCompilerType().IsScopedEnumerationType() && in GetValueAsAPSInt()
68412 result = (bool)(arg1)->IsScopedEnumerationType(); in _wrap_SBType_IsScopedEnumerationType()