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

Method CheckLocalDef

IDEHelper/Compiler/BfAutoComplete.cpp:3192–3195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3190}
3191
3192void BfAutoComplete::CheckLocalDef(BfAstNode* identifierNode, BfLocalVariable* varDecl)
3193{
3194 CheckLocalRef(identifierNode, varDecl);
3195}
3196
3197void BfAutoComplete::CheckLocalRef(BfAstNode* identifierNode, BfLocalVariable* varDecl)
3198{

Callers 2

AddLocalVariableDefMethod · 0.80
GetLambdaInstanceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected