Searched refs:reachesIntoOuterContext (Results 1 – 3 of 3) sorted by relevance
75 public $reachesIntoOuterContext; variable in Antlr\\Antlr4\\Runtime\\Atn\\ATNConfig101 $this->reachesIntoOuterContext = $oldConfig->reachesIntoOuterContext;112 return $this->reachesIntoOuterContext & ~self::SUPPRESS_PRECEDENCE_FILTER;117 return ($this->reachesIntoOuterContext & self::SUPPRESS_PRECEDENCE_FILTER) !== 0;123 $this->reachesIntoOuterContext |= self::SUPPRESS_PRECEDENCE_FILTER;125 $this->reachesIntoOuterContext &= ~self::SUPPRESS_PRECEDENCE_FILTER;192 $this->reachesIntoOuterContext > 0 ? ',up=' . $this->reachesIntoOuterContext : ''
149 if ($config->reachesIntoOuterContext > 0) {180 $existing->reachesIntoOuterContext = \max(181 $existing->reachesIntoOuterContext,182 $config->reachesIntoOuterContext
1627 if ($config->reachesIntoOuterContext > 50) {1678 $c->reachesIntoOuterContext = $config->reachesIntoOuterContext;1760 $c->reachesIntoOuterContext++;