Searched defs:CollectSignatures (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/checker/types/ts/ | ||
| D | interfaceType.cpp | 160 void InterfaceType::CollectSignatures(ArenaVector<Signature *> *collectedSignatures, bool collectCa… in CollectSignatures() function in ark::es2panda::checker::InterfaceType |
| /arkcompiler/ets_frontend/es2panda/typescript/types/ | ||
| D | interfaceType.cpp | 153 void InterfaceType::CollectSignatures(ArenaVector<Signature *> *collectedSignatures, bool collectCa… in CollectSignatures() function in panda::es2panda::checker::InterfaceType |
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ | ||
| D | function.cpp | 682 ArenaVector<Signature *> ETSChecker::CollectSignatures(ArenaVector<Signature *> &signatures, in CollectSignatures() function in ark::es2panda::checker::ETSChecker |