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

Member predicate Macro :: getBody

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

string getBody ( )