Searched refs:incrLoopNestingLevel (Results 1 – 3 of 3) sorted by relevance
1621 …: WHILE LEFT_PAREN { context->symbolTable.push(); context->incrLoopNestingLevel(); } condition RIG…1626 …| DO { context->incrLoopNestingLevel(); } statement_with_scope WHILE LEFT_PAREN expression RIGHT_P…1630 …| FOR LEFT_PAREN { context->symbolTable.push(); context->incrLoopNestingLevel(); } for_init_statem…
84 void incrLoopNestingLevel() { ++mLoopNestingLevel; } in incrLoopNestingLevel() function
4559 context->incrLoopNestingLevel(); in yyparse()4576 context->incrLoopNestingLevel(); in yyparse()4593 context->incrLoopNestingLevel(); in yyparse()