Searched refs:abstractConstructor (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/parser/ |
H A D | TSparser.h | 54 bool abstractConstructor = false);
|
H A D | TSparser.cpp | 1147 bool abstractConstructor = false; in ParseParenthesizedOrFunctionType() local 1150 abstractConstructor = true; in ParseParenthesizedOrFunctionType() 1167 return ParseFunctionType(typeStart, isConstructionType, throwError, abstractConstructor); in ParseParenthesizedOrFunctionType() 1209 bool abstractConstructor) in ParseFunctionType() 1242 funcType = AllocNode<ir::TSConstructorType>(std::move(signature), abstractConstructor); in ParseFunctionType() 1208 ParseFunctionType(lexer::SourcePosition startLoc, bool isConstructionType, bool throwError, bool abstractConstructor) ParseFunctionType() argument
|
/arkcompiler/ets_frontend/es2panda/parser/ |
H A D | parserImpl.cpp | 1868 bool abstractConstructor = lexer_->GetToken().KeywordType() == lexer::TokenType::KEYW_ABSTRACT; in ParseTsParenthesizedOrFunctionType() local 1869 if (abstractConstructor) { in ParseTsParenthesizedOrFunctionType() 1889 return ParseTsFunctionType(typeStart, isConstructionType, throwError, abstractConstructor); in ParseTsParenthesizedOrFunctionType() 1919 bool throwError, bool abstractConstructor) in ParseTsFunctionType() 1968 returnTypeAnnotation, abstractConstructor); in ParseTsFunctionType() 1918 ParseTsFunctionType(lexer::SourcePosition startLoc, bool isConstructionType, bool throwError, bool abstractConstructor) ParseTsFunctionType() argument
|
H A D | parserImpl.h | 265 bool abstractConstructor = false);
|
Completed in 12 milliseconds