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.
Gets the ith declaration entry declared by this ‘declaration’ statement.
For example, for
int i, j;
the result of getDeclarationEntry(0) is i.