Searched refs:getVarName (Results 1 – 10 of 10) sorted by relevance
62 $var = '$'.$compiler->getVarName();116 ->raw('((null === ('.$nullSafeNode->getVarName($compiler).' = ')127 $compiler->raw($this->getVarName($compiler));192 $key = '$'.$compiler->getVarName();220 private function getVarName(Compiler $compiler): string function in Twig\\Node\\Expression\\GetAttrExpression223 $this->setAttribute('var_name', $compiler->getVarName());
44 $this->setAttribute('name', $compiler->getVarName());
21 $left = $compiler->getVarName();22 $right = $compiler->getVarName();
39 $parentContextName = $compiler->getVarName();45 $varsName = $compiler->getVarName();
39 $varName = $compiler->getVarName();
42 $template = $compiler->getVarName();
22 $this->setAttribute('name', $compiler->getVarName());
250 public function getVarName(): string function in Twig\\Compiler
73 public function getVarName(): string function in Twig\\Parser