| 337 | |
| 338 | void SetTypeDef( idTypeDef *_type ) { typeDef = _type; } |
| 339 | idTypeDef * TypeDef( void ) const { return typeDef; } |
| 340 | etype_t Type( void ) const { return ( typeDef != NULL ) ? typeDef->Type() : ev_void; } |
| 341 | |
| 342 | int DepthOfScope( const idVarDef *otherScope ) const; |
no outgoing calls
no test coverage detected