Member predicate DeclStmt::getNumDeclarations
Gets the number of declarations declared by this ‘declaration’ statement.
For example, for
int i, j;
the result of getNumDeclarations() is 2.
Gets the number of declarations declared by this ‘declaration’ statement.
For example, for
int i, j;
the result of getNumDeclarations() is 2.