Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.h512 bool IsSameDeclarationType(varbinder::LocalVariable *target, varbinder::LocalVariable *compare);
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dobject.cpp1440 if (!IsSameDeclarationType(it, found)) { in CheckValidInheritance()
Dhelpers.cpp2045 bool ETSChecker::IsSameDeclarationType(varbinder::LocalVariable *target, varbinder::LocalVariable *… in IsSameDeclarationType() function in panda::es2panda::checker::ETSChecker