Lines Matching refs:STCimmutable
510 stc = STCimmutable; in parseDeclDefs()
988 if (stc & (STCconst | STCimmutable | STCmanifest)) in appendStorageClass()
990 StorageClass u = storageClass & (STCconst | STCimmutable | STCmanifest); in appendStorageClass()
1093 case TOKimmutable: stc = STCimmutable; break; in parsePostfix()
1141 case TOKimmutable: stc = STCimmutable; break; in parseTypeCtor()
2005 stc = STCimmutable; in parseParameters()
3029 stc |= STCimmutable; in parseType()
3176 t = parseType()->addSTC(STCimmutable); in parseBasicType()
3414 if (stc & (STCconst | STCimmutable | STCshared | STCwild | STCreturn)) in parseBasicType2()
3625 stc = STCimmutable; in parseStorageClasses()
4774 stc = STCimmutable; in parseForeach()
5306 stc = STCimmutable; in parseStatement()
5758 if (stc & (STCconst | STCimmutable | STCshared | STCwild)) in parseStatement()