Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dhelpers.cpp1026 auto const *const variableScope = testCondition_.variable->GetScope(); in ResolveSmartCastTypes() local
1028 variableScope != nullptr ? variableScope->IsGlobalScope() || in ResolveSmartCastTypes()
1029 (variableScope->Parent() != nullptr && variableScope->Parent()->IsGlobalScope()) in ResolveSmartCastTypes()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSAnalyzer.cpp819 auto const *const variableScope = variable->GetScope(); in GetSmartType() local
821 variableScope != nullptr && (variableScope->IsGlobalScope() || (variableScope->Parent() != nullptr && in GetSmartType()
822 variableScope->Parent()->IsGlobalScope())); in GetSmartType()

Completed in 9 milliseconds