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