Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSfunction.cpp41 auto *superType = etsg->ContainingObjectType()->SuperType(); in CallImplicitCtor() local
DETSemitter.cpp572 … auto superType = classDef->TsType()->AsETSObjectType()->SuperType()->AssemblerName().Mutf8(); in GenAnnotationSignature() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dobject.cpp71 Type *superType = classDef->Super()->AsTypeNode()->GetType(this); in GetSuperType() local
395 …*ETSChecker::BuildAnonymousClassProperties(ir::ClassDefinition *classDef, ETSObjectType *superType) in BuildAnonymousClassProperties()
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsObjectType.cpp745 Type *const superType = checker->AsETSChecker()->GetSuperType(this); in AsSuper() local