Searched refs:isMainScope (Results 1 – 4 of 4) sorted by relevance
35 } elseif (!$this->parser->isMainScope()) {
34 …signTemplateVariable(new TemplateVariable($name, $token->getLine()), $this->parser->isMainScope());
55 …ssignTemplateVariable(new TemplateVariable(null, $token->getLine()), $this->parser->isMainScope());
353 public function isMainScope(): bool function in Twig\\Parser