Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/expressions/
DfunctionExpression.cpp64 signature->SetReturnType(checker->HandleFunctionReturn(func_)); in Check()
DarrowFunctionExpression.cpp64 signature->SetReturnType(checker->HandleFunctionReturn(func_)); in Check()
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dfunction.cpp50 Type *Checker::HandleFunctionReturn(const ir::ScriptFunction *func) in HandleFunctionReturn() function in panda::es2panda::checker::Checker
609 bodyCallSignature->SetReturnType(HandleFunctionReturn(bodyDeclaration)); in InferFunctionDeclarationType()
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h413 Type *HandleFunctionReturn(const ir::ScriptFunction *func);