Lines Matching refs:scope_
637 case TOK.scope_:
638 stc = STC.scope_;
1204 const Redundant = (STC.const_ | STC.scope_ |
1215 (orig & STC.scope_) ? "scope".ptr : "ref".ptr);
1229 const(char*) stc_str = (orig & STC.scope_) ? "scope".ptr : "ref".ptr;
1337 if (peekNext() == TOK.scope_)
1341 case TOK.scope_:
1342 stc = STC.scope_;
2731 enum VarArgsStc = STC.const_ | STC.immutable_ | STC.shared_ | STC.scope_ | STC.return_ | STC.returnScope;
2825 case TOK.scope_:
2826 stc = STC.scope_;
2839 if (peekNext() == TOK.scope_)
2889 scope_) && (storageClass & (STC.ref_ | STC.out_)))
4190 case TOK.scope_:
4191 stc = STC.scope_;
5153 f.frequires.push(parseStatement(ParseStatementFlags.curly | ParseStatementFlags.scope_));
5202 f.fensures.push(AST.Ensure(id, parseStatement(ParseStatementFlags.curly | ParseStatementFlags.scope_)));
5318 case TOK.scope_:
5319 stc = STC.scope_;
5490 case TOK.scope_:
5491 stc = STC.scope_;
5599 s = parseStatement(ParseStatementFlags.curly | ParseStatementFlags.scope_);
5717 if (flags & ParseStatementFlags.scope_)
5725 if (flags & ParseStatementFlags.scope_)
5812 if (flags & ParseStatementFlags.scope_)
5836 if (flags & ParseStatementFlags.scope_)
5862 if (flags & ParseStatementFlags.scope_)
5888 if (flags & (ParseStatementFlags.scope_ | ParseStatementFlags.curlyScope))
5903 AST.Statement _body = parseStatement(ParseStatementFlags.scope_, null, &endloc);
5927 _body = parseStatement(ParseStatementFlags.scope_);
5981 AST.Statement _body = parseStatement(ParseStatementFlags.scope_, null, &endloc);
6016 ifbody = parseStatement(ParseStatementFlags.scope_);
6023 elsebody = parseStatement(ParseStatementFlags.scope_);
6039 case TOK.scope_:
6063 AST.Statement st = parseStatement(ParseStatementFlags.scope_);
6116 if (flags & ParseStatementFlags.scope_)
6159 AST.Statement _body = parseStatement(ParseStatementFlags.scope_);
6341 _body = parseStatement(ParseStatementFlags.scope_);
6355 _body = parseStatement(ParseStatementFlags.scope_, null, &endloc);
6368 _body = parseStatement(ParseStatementFlags.scope_);
6403 finalbody = parseStatement(ParseStatementFlags.scope_);
6453 if (flags & ParseStatementFlags.scope_)
6528 case TOK.scope_:
7386 case TOK.scope_:
7485 case TOK.scope_:
7720 case TOK.scope_:
9372 EXP.scope_ : PREC.primary,
9507 scope_ = 2, // start a new scope