Home
last modified time | relevance | path

Searched refs:SetInferredTypeForVariable (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A DdestructuringContext.cpp73 void DestructuringContext::SetInferredTypeForVariable(varbinder::Variable *var, Type *inferredType, in SetInferredTypeForVariable() function in ark::es2panda::checker::DestructuringContext
145 SetInferredTypeForVariable(assignmentPattern->Left()->AsIdentifier()->Variable(), inferredType, in HandleAssignmentPatternIdentifier()
394 SetInferredTypeForVariable(rest->Argument()->AsIdentifier()->Variable(), inferredRestType, rest->Start()); in HandleRest()
465 SetInferredTypeForVariable(element->AsIdentifier()->Variable(), nextInferredType, element->Start()); in HandleElement()
551 SetInferredTypeForVariable(rest->Argument()->AsIdentifier()->Variable(), inferredRestType, rest->Start()); in HandleRest()
682 SetInferredTypeForVariable(property->Value()->AsIdentifier()->Variable(), nextInferredType, in Start()
H A DdestructuringContext.h74 void SetInferredTypeForVariable(varbinder::Variable *var, Type *inferredType, const lexer::SourcePosition &loc);

Completed in 2 milliseconds