Home
last modified time | relevance | path

Searched refs:InferFunctionDeclarationType (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/statements/
DfunctionDeclaration.cpp52 …checker->InferFunctionDeclarationType(result.variable->Declaration()->AsFunctionDecl(), result.var… in Check()
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dhelpers.cpp407 InferFunctionDeclarationType(decl->AsFunctionDecl(), var); in GetTypeOfVariable()
Dfunction.cpp544 void Checker::InferFunctionDeclarationType(const binder::FunctionDecl *decl, binder::Variable *func… in InferFunctionDeclarationType() function in panda::es2panda::checker::Checker
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h427 void InferFunctionDeclarationType(const binder::FunctionDecl *decl, binder::Variable *funcVar);