Searched refs:STCproperty (Results 1 – 7 of 7) sorted by relevance
72 #define STC_FUNCATTR (STCref | STCnothrow | STCnogc | STCpure | STCproperty | STCsafe | STCtrust…74 #define STCproperty 0x100000000LL macro99 STCgshared | STCproperty | STCsafe | STCtrusted | STCsystem | STCdisable | STClocal);
571 (fd->storage_class2 & STCproperty) || in resolvePropertiesOnly()572 (td->_scope->stc & STCproperty)) in resolvePropertiesOnly()609 (fd->storage_class2 & STCproperty) || in resolvePropertiesOnly()610 (td->_scope->stc & STCproperty)) in resolvePropertiesOnly()
582 if (tf->isproperty) sc->stc |= STCproperty; in semantic()1468 STCproperty | STCnothrow | STCpure | STCsafe | STCtrusted | STCsystem); in semantic3()
132 if (stc == STCproperty || stc == STCnogc || stc == STCdisable || in parseModule()1029 stc = STCproperty; in parseAttribute()
3299 { STCproperty, TOKat, "@property" }, in stcToChars()
5166 if (stc & STCproperty) in TypeFunction()5506 if (sc->stc & STCproperty) in semantic()
80 #define STCproperty 0x1000000000ULL /// `@property` macro105 #define STC_FUNCATTR (STCref | STCnothrow | STCnogc | STCpure | STCproperty | STCsafe | STCtrust…