Home
last modified time | relevance | path

Searched refs:reportMatch (Results 1 – 4 of 4) sorted by relevance

/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/
H A DANTLRErrorStrategy.php113 public function reportMatch(Parser $recognizer) : void; function
H A DDefaultErrorStrategy.php114 public function reportMatch(Parser $recognizer) : void function in Antlr\\Antlr4\\Runtime\\Error\\DefaultErrorStrategy
630 $this->reportMatch($recognizer); // we know current token is correct
/template/strap/ComboStrap/PageSqlParser/
H A DPageSqlParser.php314 $this->errorHandler->reportMatch($this);
374 $this->errorHandler->reportMatch($this);
410 $this->errorHandler->reportMatch($this);
506 $this->errorHandler->reportMatch($this);
649 $this->errorHandler->reportMatch($this);
836 $this->errorHandler->reportMatch($this);
905 $this->errorHandler->reportMatch($this);
1078 $this->errorHandler->reportMatch($this);
/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DParser.php180 $this->errorHandler->reportMatch($this);
220 $this->errorHandler->reportMatch($this);