Searched refs:PSscope (Results 1 – 2 of 2) sorted by relevance
4371 f->frequire = parseStatement(PScurly | PSscope); in parseContracts()4388 f->fensure = parseStatement(PScurly | PSscope); in parseContracts()4921 s = parseStatement(PScurly | PSscope); in parseStatement()5012 if (flags & PSscope) in parseStatement()5020 if (flags & PSscope) in parseStatement()5095 if (flags & PSscope) in parseStatement()5120 if (flags & PSscope) in parseStatement()5144 if (flags & PSscope) in parseStatement()5170 if (flags & (PSscope | PScurlyscope)) in parseStatement()5184 Statement *body = parseStatement(PSscope, NULL, &endloc); in parseStatement()[all …]
52 PSscope = 2, // start a new scope enumerator