Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dobject.cpp347 checker::ETSObjectType *interfaceType {}; in BuildBasicInterfaceProperties() local
620 void ETSChecker::ComputeAbstractsFromInterface(ETSObjectType *interfaceType) in ComputeAbstractsFromInterface()
689 static bool DoObjectImplementInterface(const ETSObjectType *interfaceType, const ETSObjectType *tar… in DoObjectImplementInterface()
696 const ETSObjectType *interfaceType) in CheckIfInterfaceCanBeFoundOnDifferentPaths()
DtypeCheckingHelpers.cpp684 …auto *interfaceType = BuildBasicInterfaceProperties(var->Declaration()->Node()->AsTSInterfaceDecla… in GetTypeFromInterfaceReference() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp335 ETSObjectType *interfaceType; in Check() local
2855 checker::ETSObjectType *interfaceType = checker->BuildBasicInterfaceProperties(st); in Check() local