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

Member predicate Macro::getName

Gets the name of the macro. For example, MAX in #define MAX(x,y) (((x)>(y))?(x):(y)).

string getName()