Member predicate FunctionDeclarationEntry::getParameterString
Gets a string representing the parameters of this function declaration.
For example: for a function ‘int Foo(int p1, int p2)’ this would return ‘int p1, int p2’.
Gets a string representing the parameters of this function declaration.
For example: for a function ‘int Foo(int p1, int p2)’ this would return ‘int p1, int p2’.