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

Method GetImplicitParamCount

IDEHelper/Compiler/BfResolvedTypeUtils.cpp:1157–1162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1155}
1156
1157int BfMethodInstance::GetImplicitParamCount()
1158{
1159 if ((mMethodInfoEx != NULL) && (mMethodInfoEx->mClosureInstanceInfo != NULL) && (mMethodDef->mIsLocalMethod))
1160 return (int)mMethodInfoEx->mClosureInstanceInfo->mCaptureEntries.size();
1161 return 0;
1162}
1163
1164void BfMethodInstance::GetParamName(int paramIdx, StringImpl& name, int& namePrefixCount)
1165{

Callers 11

DoMethodDeclarationMethod · 0.80
CreateMethodRefTypeMethod · 0.80
CreateTypeDeclarationMethod · 0.80
CompareMethodsMethod · 0.80
CheckMethodMethod · 0.80
IsExactMethodMatchMethod · 0.80
CanBindDelegateMethod · 0.80
VisitMethod · 0.80
InjectMixinMethod · 0.80
IsExactMatchMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected