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

Member predicate DeclStmt::getADeclaration

Gets a declaration declared by this ‘declaration’ statement.

For example, for

int i, j;

the results are i and j.

Declaration getADeclaration()