Home
last modified time | relevance | path

Searched refs:andContext (Results 1 – 3 of 3) sorted by relevance

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/
H A DSemanticContext.php34 public static function andContext(?self $a, ?self $b) : ?self function in Antlr\\Antlr4\\Runtime\\Atn\\SemanticContexts\\SemanticContext
H A DAndOperator.php110 $result = $result === null ? $operand : self::andContext($result, $operand);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DParserATNSimulator.php2111 $newSemCtx = SemanticContext::andContext($config->semanticContext, $pt->getPredicate());
2170 $newSemCtx = SemanticContext::andContext($config->semanticContext, $pt->getPredicate());