Member predicate DeclStmt::getDeclaration
Gets the i
th declaration declared by this ‘declaration’ statement.
For example, for
int i, j;
the result of getDeclaration(0)
is i
.
Gets the i
th declaration declared by this ‘declaration’ statement.
For example, for
int i, j;
the result of getDeclaration(0)
is i
.