Home
last modified time | relevance | path

Searched defs:varType (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
De2p_test_plugin_ets_varibles_and_types.c44 es2panda_Type *varType = impl->VariableTsTypeConst(ctx, var); in printVarInfo() local
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsObjectType.cpp892 …bstituteVariableType(TypeRelation *relation, const Substitution *substitution, Type *const varType) in SubstituteVariableType()
907 …auto *const varType = ETSChecker::IsVariableGetterSetter(prop) ? prop->TsType() : checker->GetType… in CopyPropertyWithTypeArguments() local