Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSfunction.cpp41 auto *superType = etsg->ContainingObjectType()->SuperType(); in CallImplicitCtor() local
DETSemitter.cpp910 … auto superType = classDef->TsType()->AsETSObjectType()->SuperType()->AssemblerName().Mutf8(); in GenAnnotationSignature() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DgenericBridgesLowering.cpp237 auto const *const superType = classDefinition->Super()->TsType()->AsETSObjectType(); in ProcessClassDefinition() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dobject.cpp88 Type *superType = classDef->Super()->AsTypeNode()->GetType(this); in ComputeSuperType() local
418 …*ETSChecker::BuildAnonymousClassProperties(ir::ClassDefinition *classDef, ETSObjectType *superType) in BuildAnonymousClassProperties()
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsObjectType.cpp809 Type *const superType = checker->AsETSChecker()->GetSuperType(this); in AsSuper() local