Home
last modified time | relevance | path

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

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