Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds