Home
last modified time | relevance | path

Searched defs:indexSignatures (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.h52ArenaVector<TSIndexSignature *> &&indexSignatures, bool declare, bool abstract) in ClassDefinition()
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp2439ArenaVector<ir::TSIndexSignature *> *indexSignatures, bool hasSuperClass, in ParseClassElement()
2775 ArenaVector<ir::TSIndexSignature *> indexSignatures(Allocator()->Adapter()); in ParseClassDefinition() local