Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsMethodSignature.h42 bool optional, bool isGetAccessor, bool isSetAccessor) in TSMethodSignature()
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp1451 void ParserImpl::ParseTsTypeLiteralOrInterfaceKeyModifiers(bool *isGetAccessor, bool *isSetAccessor) in ParseTsTypeLiteralOrInterfaceKeyModifiers()
1487 bool isSetAccessor = false; in ParseTsTypeLiteralOrInterfaceMember() local