MCPcopy Create free account
hub / github.com/beefytech/Beef / GetStaticSearch

Method GetStaticSearch

IDEHelper/Compiler/BfModule.cpp:4070–4079  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4068}
4069
4070BfStaticSearch* BfModule::GetStaticSearch()
4071{
4072 auto activeTypeDef = GetActiveTypeDef();
4073 BfStaticSearch* staticSearch = NULL;
4074 if ((mCurTypeInstance != NULL) && (mCurTypeInstance->mStaticSearchMap.TryGetValue(activeTypeDef, &staticSearch)))
4075 return staticSearch;
4076 if ((mCompiler->mResolvePassData != NULL) && (mCompiler->mResolvePassData->mStaticSearchMap.TryGetValue(activeTypeDef, &staticSearch)))
4077 return staticSearch;
4078 return NULL;
4079}
4080
4081BfInternalAccessSet* BfModule::GetInternalAccessSet()
4082{

Callers 7

CheckIdentifierMethod · 0.80
CheckMemberReferenceMethod · 0.80
LookupIdentifierMethod · 0.80
MatchMethodMethod · 0.80
InjectMixinMethod · 0.80
DoHashMethod · 0.80

Calls 1

TryGetValueMethod · 0.80

Tested by

no test coverage detected