| 235 | idDeclLocal * FindTypeWithoutParsing( declType_t type, const char *name, bool makeDefault = true ); |
| 236 | |
| 237 | idDeclType * GetDeclType( int type ) const { return declTypes[type]; } |
| 238 | const idDeclFile * GetImplicitDeclFile( void ) const { return &implicitDecls; } |
| 239 | |
| 240 | private: |
no outgoing calls
no test coverage detected