Searched defs:CollectSignatures (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/checker/types/ts/ | ||
| D | interfaceType.cpp | 144 void InterfaceType::CollectSignatures(ArenaVector<Signature *> *collectedSignatures, bool collectCa… in CollectSignatures() function in panda::es2panda::checker::InterfaceType |
| /arkcompiler/ets_frontend/es2panda/typescript/types/ | ||
| D | interfaceType.cpp | 144 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 | 358 std::pair<ArenaVector<Signature *>, ArenaVector<Signature *>> ETSChecker::CollectSignatures( in CollectSignatures() function in panda::es2panda::checker::ETSChecker |