| 129 | Type::TypeID Type::getKind() const { return ID; } |
| 130 | |
| 131 | bool Type::isPrimitiveType() const { return isIntegerType() || isFloatType(); } |
| 132 | |
| 133 | bool Type::isIntegerType() const { return ID == Type::TypeID_Integer; } |
| 134 |
no outgoing calls
no test coverage detected