Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/parser/
H A DTSparser.cpp1147 bool abstractConstructor = false; in ParseParenthesizedOrFunctionType() local
1208 ParseFunctionType(lexer::SourcePosition startLoc, bool isConstructionType, bool throwError, bool abstractConstructor) ParseFunctionType() argument
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserImpl.cpp1868 bool abstractConstructor = lexer_->GetToken().KeywordType() == lexer::TokenType::KEYW_ABSTRACT; in ParseTsParenthesizedOrFunctionType() local
1918 ParseTsFunctionType(lexer::SourcePosition startLoc, bool isConstructionType, bool throwError, bool abstractConstructor) ParseTsFunctionType() argument

Completed in 10 milliseconds