CodeQL library for C/C++
codeql/cpp-all 0.7.2 ( changelog , source )
Search

Member predicate Parameter :: isNamed

Holds if this parameter has a name.

In other words, this predicate holds precisely when the result of getName() is not “(unnamed parameter i)” (where i is the index of the parameter).

predicate isNamed ( )