Lines Matching refs:modifierPos
1019 protected function checkClassModifier(int $a, int $b, int $modifierPos): void { argument
1023 $error->setAttributes($this->getAttributesAt($modifierPos));
1028 protected function checkModifier(int $a, int $b, int $modifierPos): void { argument
1033 $error->setAttributes($this->getAttributesAt($modifierPos));
1111 protected function checkClassMethod(ClassMethod $node, int $modifierPos): void { argument
1117 $this->getAttributesAt($modifierPos)));
1122 $this->getAttributesAt($modifierPos)));
1127 $this->getAttributesAt($modifierPos)));
1135 $this->getAttributesAt($modifierPos)));
1139 protected function checkClassConst(ClassConst $node, int $modifierPos): void { argument
1144 $this->getAttributesAt($modifierPos)));
1182 protected function checkPropertyHookModifiers(int $a, int $b, int $modifierPos): void { argument
1186 $error->setAttributes($this->getAttributesAt($modifierPos));
1193 $this->getAttributesAt($modifierPos)));