Searched refs:IsScopedEnumerationType (Results 1 – 9 of 9) sorted by relevance
353 ") IsScopedEnumerationType;355 IsScopedEnumerationType ();
274 bool SBType::IsScopedEnumerationType() { in IsScopedEnumerationType() function in SBType275 LLDB_RECORD_METHOD_NO_ARGS(bool, SBType, IsScopedEnumerationType); in IsScopedEnumerationType()279 return m_opaque_sp->GetCompilerType(true).IsScopedEnumerationType(); in IsScopedEnumerationType()956 LLDB_REGISTER_METHOD(bool, SBType, IsScopedEnumerationType, ()); in RegisterMethods()
134 bool IsScopedEnumerationType();
43 bool CompilerType::IsScopedEnumerationType() const { in IsScopedEnumerationType() function in CompilerType45 return m_type_system->IsScopedEnumerationType(m_type); in IsScopedEnumerationType()
87 bool IsScopedEnumerationType() const;
178 virtual bool IsScopedEnumerationType(lldb::opaque_compiler_type_t type) = 0;
600 bool IsScopedEnumerationType(lldb::opaque_compiler_type_t type) override;
3219 bool TypeSystemClang::IsScopedEnumerationType( in IsScopedEnumerationType() function in TypeSystemClang
58767 result = (bool)(arg1)->IsScopedEnumerationType(); in _wrap_SBType_IsScopedEnumerationType()