Lines Matching defs:funcVar
309 varbinder::Variable *funcVar = nullptr;
314 funcVar = expr->Function()->Parent()->Parent()->AsVariableDeclarator()->Id()->AsIdentifier()->Variable();
326 if (funcVar != nullptr && funcVar->TsType() == nullptr) {
327 funcVar->SetTsType(funcType);
552 varbinder::Variable *funcVar = nullptr;
557 funcVar = expr->Function()->Parent()->Parent()->AsVariableDeclarator()->Id()->AsIdentifier()->Variable();
569 if (funcVar != nullptr && funcVar->TsType() == nullptr) {
570 funcVar->SetTsType(funcType);