Lines Matching refs:getArgInfoName
1001 public function getArgInfoName(): string; function
1043 public function getArgInfoName(): string { function in FunctionName
1090 public function getArgInfoName(): string { function in MethodName
1306 public function getArgInfoName(): string { function in FuncInfo
1307 return $this->name->getArgInfoName();
1335 … $this->alias->methodName, $this->getArgInfoName(), $this->getFlagsAsArginfoString()
1341 $this->getArgInfoName(), $this->getFlagsAsArginfoString()
1351 $declarationClassName, $this->name->methodName, $this->getArgInfoName(),
1358 $declarationClassName, $this->name->methodName, $this->getArgInfoName(),
1375 …, addslashes($namespace), $this->name->getFunctionName(), $declarationName, $this->getArgInfoName()
1384 $macro, $functionName, $declarationName, $this->getArgInfoName()
1399 return sprintf("\t%s(%s, %s)\n", $macro, $functionName, $this->getArgInfoName());
3814 $funcInfo->getArgInfoName(), $funcInfo->return->byRef,
3822 $funcInfo->getArgInfoName(), $funcInfo->return->byRef,
3833 $funcInfo->getArgInfoName(), $funcInfo->return->byRef,
3841 $funcInfo->getArgInfoName(), $funcInfo->return->byRef,
3850 $funcInfo->getArgInfoName(), $funcInfo->return->byRef, $funcInfo->numRequiredArgs
3856 $funcInfo->getArgInfoName(), $funcInfo->return->byRef, $funcInfo->numRequiredArgs
3970 $funcInfo->getArgInfoName(), $generatedFuncInfo->getArgInfoName()