Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/parser/
DTSparser.cpp1365 bool abstractConstructor = false; in ParseParenthesizedOrFunctionType() local
1427 bool abstractConstructor) in ParseFunctionType()
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp1836 bool abstractConstructor = lexer_->GetToken().KeywordType() == lexer::TokenType::KEYW_ABSTRACT; in ParseTsParenthesizedOrFunctionType() local
1884 bool throwError, bool abstractConstructor) in ParseTsFunctionType()