Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
DinterfaceType.cpp160 void InterfaceType::CollectSignatures(ArenaVector<Signature *> *collectedSignatures, bool collectCa… in CollectSignatures() function in ark::es2panda::checker::InterfaceType
/arkcompiler/ets_frontend/es2panda/typescript/types/
DinterfaceType.cpp153 void InterfaceType::CollectSignatures(ArenaVector<Signature *> *collectedSignatures, bool collectCa… in CollectSignatures() function in panda::es2panda::checker::InterfaceType
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp682 ArenaVector<Signature *> ETSChecker::CollectSignatures(ArenaVector<Signature *> &signatures, in CollectSignatures() function in ark::es2panda::checker::ETSChecker