| 107 | } |
| 108 | |
| 109 | bool TypeDecl::isClass() const { // CANT BE INLINED DUE TO STRUCT TYPE |
| 110 | return isStructure() && structType && structType->isClass; |
| 111 | } |
| 112 | |
| 113 | bool TypeDecl::isExprTypeAnywhere() const { |
| 114 | das_set<Structure*> dep; |
no outgoing calls
no test coverage detected