Home
last modified time | relevance | path

Searched defs:superType (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSfunction.cpp43 auto *superType = etsg->ContainingObjectType()->SuperType(); in CallImplicitCtor() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DgenericBridgesLowering.cpp300 auto const *const superType = classDefinition->Super()->TsType()->AsETSObjectType(); in ProcessClassDefinition() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dobject.cpp157 Type *superType = classDef->Super()->AsTypeNode()->GetType(this); in ComputeSuperType() local
528 …*ETSChecker::BuildAnonymousClassProperties(ir::ClassDefinition *classDef, ETSObjectType *superType) in BuildAnonymousClassProperties()
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsObjectType.cpp876 Type *const superType = checker->AsETSChecker()->GetSuperType(this); in AsSuper() local
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.cpp284 const auto superType = checker::ETSChecker::ETSType(tsType); in AddSuperType() local