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.cpp144 void InterfaceType::CollectSignatures(ArenaVector<Signature *> *collectedSignatures, bool collectCa… in CollectSignatures() function in panda::es2panda::checker::InterfaceType
/arkcompiler/ets_frontend/es2panda/typescript/types/
DinterfaceType.cpp144 void InterfaceType::CollectSignatures(ArenaVector<Signature *> *collectedSignatures, bool collectCa… in CollectSignatures() function in panda::es2panda::checker::InterfaceType
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp358 std::pair<ArenaVector<Signature *>, ArenaVector<Signature *>> ETSChecker::CollectSignatures( in CollectSignatures() function in panda::es2panda::checker::ETSChecker