Searched refs:funcVar (Results 1 – 4 of 4) sorted by relevance
44 binder::Variable *funcVar = nullptr; in Check() local48 … funcVar = func_->Parent()->Parent()->AsVariableDeclarator()->Id()->AsIdentifier()->Variable(); in Check()60 if (funcVar && !funcVar->TsType()) { in Check()61 funcVar->SetTsType(funcType); in Check()
544 … Checker::InferFunctionDeclarationType(const binder::FunctionDecl *decl, binder::Variable *funcVar) in InferFunctionDeclarationType() argument603 funcType->SetVariable(funcVar); in InferFunctionDeclarationType()604 funcVar->SetTsType(funcType); in InferFunctionDeclarationType()611 funcType->SetVariable(funcVar); in InferFunctionDeclarationType()612 funcVar->SetTsType(funcType); in InferFunctionDeclarationType()
427 void InferFunctionDeclarationType(const binder::FunctionDecl *decl, binder::Variable *funcVar);