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

Method GetForeignType

IDEHelper/Compiler/BfResolvedTypeUtils.h:1061–1066  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1059 return NULL;
1060 }
1061 BfTypeInstance* GetForeignType()
1062 {
1063 if (mMethodInfoEx != NULL)
1064 return mMethodInfoEx->mForeignType;
1065 return NULL;
1066 }
1067 void ReportMemory(MemReporter* memReporter);
1068};
1069

Callers 5

ProcessMethodMethod · 0.80
MangleMethod · 0.80
TryDevirtualizeCallMethod · 0.80
LookupIdentifierMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected