Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/TokenParser/
H A DImportTokenParser.php34 …urn new ImportNode($macro, $var, $token->getLine(), $this->getTag(), $this->parser->isMainScope());
H A DExtendsTokenParser.php32 } elseif (!$this->parser->isMainScope()) {
H A DFromTokenParser.php50 …e = new ImportNode($macro, $var, $token->getLine(), $this->getTag(), $this->parser->isMainScope());
/template/twigstarter/vendor/twig/twig/src/
H A DParser.php285 public function isMainScope() function in Twig\\Parser