| 3190 | } |
| 3191 | |
| 3192 | void BfAutoComplete::CheckLocalDef(BfAstNode* identifierNode, BfLocalVariable* varDecl) |
| 3193 | { |
| 3194 | CheckLocalRef(identifierNode, varDecl); |
| 3195 | } |
| 3196 | |
| 3197 | void BfAutoComplete::CheckLocalRef(BfAstNode* identifierNode, BfLocalVariable* varDecl) |
| 3198 | { |
no outgoing calls
no test coverage detected