Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dobject.cpp222 const auto typeParamVar = param->Name()->Variable(); in CheckDefaultTypeParameter() local
223 if (typeParameterDecls.count(typeParamVar) != 0U) { in CheckDefaultTypeParameter()
248 typeParameterDecls.emplace(typeParamVar); in CheckDefaultTypeParameter()
254 const auto typeParamVar = param->Name()->Variable(); in CheckTypeParameterConstraint() local
256 extends.emplace(typeParamVar, constraintVar); in CheckTypeParameterConstraint()
259 if (it->second == typeParamVar) { in CheckTypeParameterConstraint()

Completed in 3 milliseconds