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