Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsEnumDeclaration.cpp373 binder::Variable *currentVar = enumScope->FindEnumMemberVariable(currentName); in InferType() local
374 CHECK_NOT_NULL(currentVar); in InferType()
375 ASSERT(currentVar->IsEnumVariable()); in InferType()
376 InferEnumVariableType(checker, currentVar->AsEnumVariable(), &value, &initNext, &isLiteralEnum, isConst, in InferType()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSAnalyzer.cpp1820 varbinder::Variable *currentVar = enumScope->FindLocal(currentName, varbinder::ResolveBindingOptions::BINDINGS); in InferType() local
1821 ASSERT(currentVar && currentVar->IsEnumVariable()); in InferType()
1822 InferEnumVariableType(currentVar->AsEnumVariable(), &value, &initNext, &isLiteralEnum, isConst); in InferType()

Completed in 5 milliseconds