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

Member predicate DeclStmt::getDeclarationEntry

Gets the ith declaration entry declared by this ‘declaration’ statement.

For example, for

int i, j;

the result of getDeclarationEntry(0) is i.

DeclarationEntry getDeclarationEntry(int i)