Lines Matching refs:getAttributesAt
721 protected function getAttributesAt(int $stackPos): array { function in PhpParser\\ParserAbstract
1024 $error->setAttributes($this->getAttributesAt($modifierPos));
1034 $error->setAttributes($this->getAttributesAt($modifierPos));
1072 $this->getAttributesAt($namePos)
1118 $this->getAttributesAt($modifierPos)));
1123 $this->getAttributesAt($modifierPos)));
1128 $this->getAttributesAt($modifierPos)));
1136 $this->getAttributesAt($modifierPos)));
1145 $this->getAttributesAt($modifierPos)));
1157 $this->getAttributesAt($namePos)
1165 … 'Cannot use hooks when declaring multiple properties', $this->getAttributesAt($hookPos)));
1173 'Property hook list cannot be empty', $this->getAttributesAt($hookPos)));
1186 'get hook must not have a parameter list', $this->getAttributesAt($paramListPos)));
1194 $error->setAttributes($this->getAttributesAt($modifierPos));
1201 $this->getAttributesAt($modifierPos)));
1242 return new Expr\FuncCall(new Name($name, $this->getAttributesAt($namePos)), $args, $attrs);