MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / GetDeclType

Method GetDeclType

neo/framework/DeclManager.cpp:237–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
240private:

Callers 2

LoadAndParseMethod · 0.80
AllocateSelfMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected