Searched refs:SetInferedTypeForVariable (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | destructuringContext.cpp | 73 void DestructuringContext::SetInferedTypeForVariable(binder::Variable *var, Type *inferedType, in SetInferedTypeForVariable() function in panda::es2panda::checker::DestructuringContext 171 … SetInferedTypeForVariable(assignmentPattern->Left()->AsIdentifier()->Variable(), inferedType, in HandleAssignmentPattern() 380 …SetInferedTypeForVariable(rest->Argument()->AsIdentifier()->Variable(), inferedRestType, rest->Sta… in HandleRest() 481 … SetInferedTypeForVariable(it->AsIdentifier()->Variable(), nextInferedType, it->Start()); in Start() 533 …SetInferedTypeForVariable(rest->Argument()->AsIdentifier()->Variable(), inferedRestType, rest->Sta… in HandleRest() 664 … SetInferedTypeForVariable(property->Value()->AsIdentifier()->Variable(), nextInferedType, in Start()
|
| D | destructuringContext.h | 60 …void SetInferedTypeForVariable(binder::Variable *var, Type *inferedType, const lexer::SourcePositi…
|