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

Method ResolveTypeRef

IDEHelper/Compiler/BfResolvedTypeUtils.cpp:4868–4871  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4866}
4867
4868BfType* BfResolvedTypeSet::LookupContext::ResolveTypeRef(BfTypeReference* typeReference)
4869{
4870 return mModule->ResolveTypeRef(typeReference, BfPopulateType_Identity, BfResolveTypeRefFlag_AllowGenericParamConstValue);
4871}
4872
4873BfTypeDef* BfResolvedTypeSet::LookupContext::ResolveToTypeDef(BfTypeReference* typeReference, BfType** outType)
4874{

Callers 6

DirectHashMethod · 0.45
DoHashMethod · 0.45
HashMethod · 0.45
GenericTypeEqualsMethod · 0.45
ResolveToTypeDefMethod · 0.45
EqualsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected