Home
last modified time | relevance | path

Searched refs:InferFunctionDeclarationType (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DfunctionDeclaration.cpp52 checker->InferFunctionDeclarationType(result.variable->Declaration()->AsFunctionDecl(), result.variable); in Check()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSchecker.h356 void InferFunctionDeclarationType(const varbinder::FunctionDecl *decl, varbinder::Variable *funcVar);
H A DTSAnalyzer.cpp1194 checker->InferFunctionDeclarationType(result.variable->Declaration()->AsFunctionDecl(), result.variable); in Check()
/arkcompiler/ets_frontend/es2panda/typescript/core/
H A Dhelpers.cpp409 InferFunctionDeclarationType(decl->AsFunctionDecl(), var); in GetTypeOfVariable()
H A Dfunction.cpp550 void Checker::InferFunctionDeclarationType(const binder::FunctionDecl *decl, binder::Variable *funcVar) in InferFunctionDeclarationType() function in panda::es2panda::checker::Checker
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A Dhelpers.cpp446 InferFunctionDeclarationType(decl->AsFunctionDecl(), var); in GetDeclTsType()
H A Dfunction.cpp564 void TSChecker::InferFunctionDeclarationType(const varbinder::FunctionDecl *decl, varbinder::Variable *funcVar) in InferFunctionDeclarationType() function in ark::es2panda::checker::TSChecker
/arkcompiler/ets_frontend/es2panda/typescript/
H A Dchecker.h427 void InferFunctionDeclarationType(const binder::FunctionDecl *decl, binder::Variable *funcVar);

Completed in 10 milliseconds