Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
CodeQL library for C/C++
codeql/cpp-all 5.1.0 (changelog, source)

Member predicate Function::getParameterString

Gets a string representing the parameters of this function.

For example: for a function int Foo(int p1, int p2) this would return int p1, int p2.

string getParameterString()