Home
last modified time | relevance | path

Searched refs:indexSignature (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
H A DASparser.cpp981 auto *indexSignature = AllocNode<ir::TSIndexSignature>(key, typeAnnotation, isReadonly); in ParseIndexSignature() local
982 indexSignature->SetRange({startLoc, Lexer()->GetToken().End()}); in ParseIndexSignature()
983 return indexSignature; in ParseIndexSignature()
H A DTSparser.cpp1570 auto *indexSignature = AllocNode<ir::TSIndexSignature>(key, typeAnnotation, isReadonly); in ParseIndexSignature() local
1571 indexSignature->SetRange({startLoc, Lexer()->GetToken().End()}); in ParseIndexSignature()
1572 return indexSignature; in ParseIndexSignature()
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserImpl.cpp2950 auto *indexSignature = in ParseClassElement() local
2954 indexSignature->SetRange({desc.propStart, indexSignature->TypeAnnotation()->End()}); in ParseClassElement()
2956 indexSignatures->push_back(indexSignature); in ParseClassElement()

Completed in 12 milliseconds