Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/Node/
DFlushNode.php31 ->addDebugInfo($this)
DTextNode.php32 ->addDebugInfo($this)
DBlockReferenceNode.php32 ->addDebugInfo($this)
DDoNode.php32 ->addDebugInfo($this)
DSandboxedPrintNode.php33 ->addDebugInfo($this)
DPrintNode.php33 ->addDebugInfo($this)
DSpacelessNode.php35 ->addDebugInfo($this)
DBlockNode.php32 ->addDebugInfo($this)
DSandboxNode.php31 ->addDebugInfo($this)
DModuleNode.php117 ->addDebugInfo($parent)
196 ->addDebugInfo($node)
322 $compiler->addDebugInfo($parent);
DDeprecatedNode.php32 $compiler->addDebugInfo($this);
DIfNode.php36 $compiler->addDebugInfo($this);
DImportNode.php33 ->addDebugInfo($this)
DWithNode.php35 $compiler->addDebugInfo($this);
DMacroNode.php40 ->addDebugInfo($this)
DSetNode.php46 $compiler->addDebugInfo($this);
DIncludeNode.php37 $compiler->addDebugInfo($this);
DForNode.php47 ->addDebugInfo($this)
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
DParentExpression.php33 ->addDebugInfo($this)
DArrowFunctionExpression.php32 ->addDebugInfo($this)
DBlockReferenceExpression.php41 $compiler->addDebugInfo($this);
DNameExpression.php34 $compiler->addDebugInfo($this);
/template/twigstarter/vendor/twig/twig/src/
DCompiler.php182 public function addDebugInfo(Node $node) function in Twig\\Compiler