Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dobject.cpp841 …er::CheckIfOverrideIsValidInInterface(ETSObjectType *classType, Signature *sig, Signature *sigFunc) in CheckIfOverrideIsValidInInterface()
872 … ArenaVector<Signature *> &similarSignatures, Signature *sigFunc) in CheckFunctionRedeclarationInInterface()
900 auto *sigFunc = funcType->FindSignature(func); in CallRedeclarationCheckForCorrectSignature() local