Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.h68ArenaVector<TSIndexSignature *> &&indexSignatures, bool declare, bool abstract) in ClassDefinition()
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp2903ArenaVector<ir::TSIndexSignature *> *indexSignatures, bool hasSuperClass, bool isDeclare, bool isA… in ParseClassElement()
3260 ArenaVector<ir::TSIndexSignature *> indexSignatures(Allocator()->Adapter()); in ParseClassDefinition() local