| 1502 | } |
| 1503 | |
| 1504 | int32_t TypeDecl::gcFlags() const { |
| 1505 | das_set<Structure *> dep; |
| 1506 | das_set<Annotation *> depA; |
| 1507 | return gcFlags(dep,depA); |
| 1508 | } |
| 1509 | |
| 1510 | int32_t TypeDecl::gcFlags(das_set<Structure *> & dep, das_set<Annotation *> & depA) const { |
| 1511 | int32_t gcf = 0; |
no test coverage detected