Lines Matching refs:fullCtx

370                 $fullCtx = false;
379 $fullCtx
764 $fullCtx = true;
773 $reach = $this->computeReachSet($previous, $t, $fullCtx);
890 protected function computeReachSet(ATNConfigSet $closure, int $t, bool $fullCtx) : ?ATNConfigSet argument
900 $intermediate = new ATNConfigSet($fullCtx);
926 if ($fullCtx || $t === IntStream::EOF) {
985 $reach = new ATNConfigSet($fullCtx);
990 $this->closure($item, $reach, $closureBusy, false, $fullCtx, $treatEofAsEpsilon);
1024 …if ($skippedStopStates !== null && (!$fullCtx || !PredictionMode::hasConfigInRuleStopState($reach)…
1071 $result = new ATNConfigSet($configs->fullCtx);
1093 … protected function computeStartState(ATNState $p, RuleContext $ctx, bool $fullCtx) : ATNConfigSet argument
1097 $configs = new ATNConfigSet($fullCtx);
1103 $this->closure($c, $configs, $closureBusy, true, $fullCtx, false);
1251 $configSet = new ATNConfigSet($configs->fullCtx);
1498 $succeeded = new ATNConfigSet($configs->fullCtx);
1499 $failed = new ATNConfigSet($configs->fullCtx);
1545 $fullCtx = false; // in dfa
1551 $fullCtx
1578 bool $fullCtx argument
1595 bool $fullCtx, argument
1605 $fullCtx,
1610 if ($fullCtx && $configs->dipsIntoOuterContext) {
1620 bool $fullCtx, argument
1638 if ($fullCtx) {
1657 $fullCtx,
1685 $fullCtx,
1692 } elseif ($fullCtx) {
1705 …$this->closure_($config, $configs, $closureBusy, $collectPredicates, $fullCtx, $depth, $treatEofAs…
1716 bool $fullCtx, argument
1736 …$c = $this->getEpsilonTarget($config, $t, $continueCollecting, $depth === 0, $fullCtx, $treatEofAs…
1742 if ($fullCtx) {
1796 $fullCtx,
2003 bool $fullCtx, argument
2019 … return $this->precedenceTransition($config, $t, $collectPredicates, $inContext, $fullCtx);
2026 return $this->predTransition($config, $t, $collectPredicates, $inContext, $fullCtx);
2070 bool $fullCtx argument
2090 if ($fullCtx) {
2128 bool $fullCtx argument
2150 if ($fullCtx) {