| 351 | |
| 352 | void SetTypeDef( idTypeDef *_type ) { typeDef = _type; } |
| 353 | idTypeDef * TypeDef( void ) const { return typeDef; } |
| 354 | etype_t Type( void ) const { return ( typeDef != NULL ) ? typeDef->Type() : ev_void; } |
| 355 | |
| 356 | int DepthOfScope( const idVarDef *otherScope ) const; |
no outgoing calls
no test coverage detected