Home
last modified time | relevance | path

Searched refs:HandleFunctionReturn (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DfunctionExpression.cpp65 signature->SetReturnType(checker->HandleFunctionReturn(func_)); in Check()
H A DarrowFunctionExpression.cpp65 signature->SetReturnType(checker->HandleFunctionReturn(func_)); in Check()
/arkcompiler/ets_frontend/es2panda/typescript/core/
H A Dfunction.cpp50 Type *Checker::HandleFunctionReturn(const ir::ScriptFunction *func) in HandleFunctionReturn() function in panda::es2panda::checker::Checker
615 bodyCallSignature->SetReturnType(HandleFunctionReturn(bodyDeclaration)); in InferFunctionDeclarationType()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A Dfunction.cpp48 Type *TSChecker::HandleFunctionReturn(ir::ScriptFunction *func) in HandleFunctionReturn() function in ark::es2panda::checker::TSChecker
608 bodyCallSignature->SetReturnType(HandleFunctionReturn(bodyDeclaration)); in InferFunctionDeclarationType()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSchecker.h340 Type *HandleFunctionReturn(ir::ScriptFunction *func);
H A DTSAnalyzer.cpp330 signature->SetReturnType(checker->HandleFunctionReturn(expr->Function())); in Check()
573 signature->SetReturnType(checker->HandleFunctionReturn(expr->Function())); in Check()
/arkcompiler/ets_frontend/es2panda/typescript/
H A Dchecker.h413 Type *HandleFunctionReturn(const ir::ScriptFunction *func);

Completed in 9 milliseconds