Lines Matching refs:getAttributesAt
720 protected function getAttributesAt(int $stackPos): array { function in PhpParser\\ParserAbstract
1023 $error->setAttributes($this->getAttributesAt($modifierPos));
1033 $error->setAttributes($this->getAttributesAt($modifierPos));
1071 $this->getAttributesAt($namePos)
1117 $this->getAttributesAt($modifierPos)));
1122 $this->getAttributesAt($modifierPos)));
1127 $this->getAttributesAt($modifierPos)));
1135 $this->getAttributesAt($modifierPos)));
1144 $this->getAttributesAt($modifierPos)));
1156 $this->getAttributesAt($namePos)
1165 'Property hook list cannot be empty', $this->getAttributesAt($hookPos)));
1178 'get hook must not have a parameter list', $this->getAttributesAt($paramListPos)));
1186 $error->setAttributes($this->getAttributesAt($modifierPos));
1193 $this->getAttributesAt($modifierPos)));
1220 return new Expr\FuncCall(new Name($name, $this->getAttributesAt($namePos)), $args, $attrs);