Searched refs:InferFunctionDeclarationType (Results 1 – 8 of 8) sorted by relevance
52 …checker->InferFunctionDeclarationType(result.variable->Declaration()->AsFunctionDecl(), result.var… in Check()
409 InferFunctionDeclarationType(decl->AsFunctionDecl(), var); in GetTypeOfVariable()
550 void Checker::InferFunctionDeclarationType(const binder::FunctionDecl *decl, binder::Variable *func… in InferFunctionDeclarationType() function in panda::es2panda::checker::Checker
446 InferFunctionDeclarationType(decl->AsFunctionDecl(), var); in GetDeclTsType()
564 void TSChecker::InferFunctionDeclarationType(const varbinder::FunctionDecl *decl, varbinder::Variab… in InferFunctionDeclarationType() function in ark::es2panda::checker::TSChecker
356 …void InferFunctionDeclarationType(const varbinder::FunctionDecl *decl, varbinder::Variable *funcVa…
1194 …checker->InferFunctionDeclarationType(result.variable->Declaration()->AsFunctionDecl(), result.var… in Check()
427 void InferFunctionDeclarationType(const binder::FunctionDecl *decl, binder::Variable *funcVar);