Lines Matching refs:modifierPos
1021 protected function checkClassModifier(int $a, int $b, int $modifierPos): void { argument
1025 $error->setAttributes($this->getAttributesAt($modifierPos));
1030 protected function checkModifier(int $a, int $b, int $modifierPos): void { argument
1035 $error->setAttributes($this->getAttributesAt($modifierPos));
1113 protected function checkClassMethod(ClassMethod $node, int $modifierPos): void { argument
1119 $this->getAttributesAt($modifierPos)));
1124 $this->getAttributesAt($modifierPos)));
1129 $this->getAttributesAt($modifierPos)));
1137 $this->getAttributesAt($modifierPos)));
1141 protected function checkClassConst(ClassConst $node, int $modifierPos): void { argument
1146 $this->getAttributesAt($modifierPos)));
1184 protected function checkPropertyHookModifiers(int $a, int $b, int $modifierPos): void { argument
1188 $error->setAttributes($this->getAttributesAt($modifierPos));
1195 $this->getAttributesAt($modifierPos)));