Home
last modified time | relevance | path

Searched refs:addDebugInfo (Results 1 – 24 of 24) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/Node/
DFlushNode.php32 $compiler->addDebugInfo($this);
DBlockReferenceNode.php34 ->addDebugInfo($this)
DForElseNode.php33 ->addDebugInfo($this)
DTextNode.php33 $compiler->addDebugInfo($this);
DDoNode.php34 ->addDebugInfo($this)
DPrintNode.php38 ->addDebugInfo($this)
DSandboxNode.php33 ->addDebugInfo($this)
DBlockNode.php34 ->addDebugInfo($this)
DModuleNode.php144 ->addDebugInfo($parent)
233 ->addDebugInfo($node)
364 $compiler->addDebugInfo($parent);
DWithNode.php37 $compiler->addDebugInfo($this);
DDeprecatedNode.php34 $compiler->addDebugInfo($this);
DIfNode.php47 $compiler->addDebugInfo($this);
DIncludeNode.php39 $compiler->addDebugInfo($this);
DSetNode.php56 $compiler->addDebugInfo($this);
DForNode.php55 ->addDebugInfo($this)
DMacroNode.php62 ->addDebugInfo($this)
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
DParentExpression.php33 ->addDebugInfo($this)
DArrowFunctionExpression.php43 ->addDebugInfo($this)
DBlockReferenceExpression.php52 $compiler->addDebugInfo($this);
DNameExpression.php42 $compiler->addDebugInfo($this);
/template/twigstarter/vendor/twig/twig/src/Node/Expression/Variable/
DAssignTemplateVariable.php30 ->addDebugInfo($this)
/template/twigstarter/vendor/twig/twig/src/Node/Expression/Binary/
DSequenceDestructuringSetBinary.php50 $compiler->addDebugInfo($this);
DObjectDestructuringSetBinary.php55 $compiler->addDebugInfo($this);
/template/twigstarter/vendor/twig/twig/src/
DCompiler.php201 public function addDebugInfo(Node $node) function in Twig\\Compiler