Lines Matching refs:TOKimmutable
507 case TOKimmutable: in parseDeclDefs()
1093 case TOKimmutable: stc = STCimmutable; break; in parsePostfix()
1141 case TOKimmutable: stc = STCimmutable; break; in parseTypeCtor()
2002 case TOKimmutable: in parseParameters()
3026 case TOKimmutable: in parseType()
3172 case TOKimmutable: in parseBasicType()
3622 case TOKimmutable: in parseStorageClasses()
4771 case TOKimmutable: in parseForeach()
5060 case TOKimmutable: in parseStatement()
5303 case TOKimmutable: in parseStatement()
5928 t->value == TOKimmutable || in isDeclaration()
6106 case TOKimmutable: in isBasicType()
6301 case TOKimmutable: in isDeclarator()
6388 case TOKimmutable: in isParameters()
6587 case TOKimmutable: in skipAttributes()
7043 (token.value == TOKimmutable && peek(&token)->value == TOKrparen) || in parsePrimaryExp()
7371 case TOKimmutable: in parseUnaryExp()
7417 case TOKimmutable: // immutable(type)(arguments) / immutable(type).init in parseUnaryExp()