Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsMethodSignature.h40 TSMethodSignature(binder::Scope *scope, Expression *key, TSTypeParameterDeclaration *typeParams, ArenaVector<Expression *> &&params, Expression *returnTypeAnnotation, bool computed, bool optional, bool isGetAccessor, bool isSetAccessor) TSMethodSignature() argument
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserImpl.cpp1446 void ParserImpl::ParseTsTypeLiteralOrInterfaceKeyModifiers(bool *isGetAccessor, bool *isSetAccessor) in ParseTsTypeLiteralOrInterfaceKeyModifiers() argument
1482 bool isSetAccessor = false; in ParseTsTypeLiteralOrInterfaceMember() local

Completed in 7 milliseconds