Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dhelpers.cpp1420 auto *refVar = name->AsIdentifier()->Variable()->AsLocalVariable(); in GetReferencedTypeBase() local
1423 switch (refVar->Declaration()->Node()->Type()) { in GetReferencedTypeBase()
1425 tsType = GetTypeFromInterfaceReference(refVar); in GetReferencedTypeBase()
1431 tsType = GetTypeFromClassReference(refVar); in GetReferencedTypeBase()
1436 tsType = GetTypeFromEnumReference(refVar); in GetReferencedTypeBase()
1440 tsType = GetTypeFromTypeParameterReference(refVar, name->Start()); in GetReferencedTypeBase()
1444 tsType = GetTypeFromTypeAliasReference(refVar); in GetReferencedTypeBase()

Completed in 5 milliseconds