| 362 | bool hasTag, |
| 363 | pp::Scope* parent); |
| 364 | virtual ~StructType() {} |
| 365 | virtual StructType* ToStruct() { return this; } |
| 366 | virtual const StructType* ToStruct() const { return this; } |
| 367 | virtual bool Compatible(const Type& other) const; |
nothing calls this directly
no outgoing calls
no test coverage detected