Home
last modified time | relevance | path

Searched refs:CheckInvokeMethodsLegitimacy (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dobject.cpp819 CheckInvokeMethodsLegitimacy(classType); in CheckClassDefinition()
1645 void ETSChecker::CheckInvokeMethodsLegitimacy(ETSObjectType *const classType) in CheckInvokeMethodsLegitimacy() function in panda::es2panda::checker::ETSChecker
/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.h582 void CheckInvokeMethodsLegitimacy(ETSObjectType *classType);
DETSAnalyzer.cpp2627 checker->CheckInvokeMethodsLegitimacy(interfaceType); in Check()