Lines Matching refs:immutable_
595 case TOK.immutable_:
598 stc = STC.immutable_;
1238 checkConflictSTCGroup(STC.const_ | STC.immutable_ | STC.manifest);
1315 case TOK.immutable_:
1316 stc = STC.immutable_;
1388 case TOK.immutable_:
1389 stc = STC.immutable_;
2332 if (stc & STC.immutable_)
2731 enum VarArgsStc = STC.const_ | STC.immutable_ | STC.shared_ | STC.scope_ | STC.return_ | STC.returnScope;
2771 case TOK.immutable_:
2774 stc = STC.immutable_;
3467 case TOK.immutable_:
3470 stc |= STC.immutable_;
3686 case TOK.immutable_:
3690 t = parseType().addSTC(STC.immutable_);
3939 if (stc & (STC.const_ | STC.immutable_ | STC.shared_ | STC.wild | STC.return_))
4160 case TOK.immutable_:
4163 stc = STC.immutable_;
5227 if (t == TOK.const_ || t == TOK.immutable_ || t == TOK.inout_ || t == TOK.return_ ||
5344 case TOK.immutable_:
5347 stc = STC.immutable_;
5506 case TOK.immutable_:
5509 stc = STC.immutable_;
5777 case TOK.immutable_:
6806 if (stc & (STC.const_ | STC.immutable_ | STC.shared_ | STC.wild))
6978 if ((t.value == TOK.const_ || t.value == TOK.immutable_ || t.value == TOK.inout_ || t.value == TOK.shared_) && peek(t).value != TOK.leftParenthesis)
7180 case TOK.immutable_:
7380 case TOK.immutable_:
7492 case TOK.immutable_:
7715 case TOK.immutable_:
8237 || token.value == TOK.immutable_ && peekNext() == TOK.rightParenthesis
8495 case TOK.immutable_:
8498 m |= MODFlags.immutable_;
8540 case TOK.immutable_: // immutable(type)(arguments) / immutable(type).init