Member predicate DeclStmt::getADeclaration
Gets a declaration declared by this ‘declaration’ statement.
For example, for
int i, j;
the results are i
and j
.
Gets a declaration declared by this ‘declaration’ statement.
For example, for
int i, j;
the results are i
and j
.