Searched defs:abstractsToBeImplemented (Results 1 – 1 of 1) sorted by relevance
752 … const ArenaVector<ETSFunctionType *> &abstractsToBeImplemented) in CollectImplementedMethodsFromInterfaces()779 ArenaVector<ETSFunctionType *> &abstractsToBeImplemented, in ValidateAbstractSignature()826 … ArenaVector<ETSFunctionType *> &abstractsToBeImplemented, in ValidateNonOverriddenFunction()862 … ArenaVector<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