Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dobject.cpp752const ArenaVector<ETSFunctionType *> &abstractsToBeImplemented) in CollectImplementedMethodsFromInterfaces()
779 ArenaVector<ETSFunctionType *> &abstractsToBeImplemented, in ValidateAbstractSignature()
826ArenaVector<ETSFunctionType *> &abstractsToBeImplemented, in ValidateNonOverriddenFunction()
862ArenaVector<ETSFunctionType *> &abstractsToBeImplemented, in ApplyModifiersAndRemoveImplementedAbstracts()
879 …Checker::ValidateAbstractMethodsToBeImplemented(ArenaVector<ETSFunctionType *> &abstractsToBeImple… in ValidateAbstractMethodsToBeImplemented()
915 …ecker::MaybeReportErrorsForOverridingValidation(ArenaVector<ETSFunctionType *> &abstractsToBeImple… in MaybeReportErrorsForOverridingValidation()
956 auto &abstractsToBeImplemented = GetAbstractsForClass(classType); in ValidateOverriding() local