Searched refs:canBeTsTypePredicate (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/parser/ |
H A D | TSparser.h | 67 ir::TypeNode *ParseTypeReferenceOrTypePredicate(ir::TypeNode *typeAnnotation, bool canBeTsTypePredicate); 68 ir::TypeNode *ParseThisTypeOrTypePredicate(ir::TypeNode *typeAnnotation, bool canBeTsTypePredicate,
|
H A D | TSparser.cpp | 900 ir::TypeNode *TSParser::ParseTypeReferenceOrTypePredicate(ir::TypeNode *typeAnnotation, bool canBeTsTypePredicate) in ParseTypeReferenceOrTypePredicate() argument 906 if (canBeTsTypePredicate && IsStartOfTypePredicate()) { in ParseTypeReferenceOrTypePredicate() 913 ir::TypeNode *TSParser::ParseThisTypeOrTypePredicate(ir::TypeNode *typeAnnotation, bool canBeTsTypePredicate, in ParseThisTypeOrTypePredicate() argument 920 if (canBeTsTypePredicate && IsStartOfTypePredicate()) { in ParseThisTypeOrTypePredicate()
|
/arkcompiler/ets_frontend/es2panda/parser/ |
H A D | parserImpl.h | 287 ir::Expression *ParseTsTypeReferenceOrTsTypePredicate(ir::Expression *typeAnnotation, bool canBeTsTypePredicate, 289 ir::Expression *ParseTsThisTypeOrTsTypePredicate(ir::Expression *typeAnnotation, bool canBeTsTypePredicate,
|
H A D | parserImpl.cpp | 463 bool canBeTsTypePredicate, bool throwError) in ParseTsTypeReferenceOrTsTypePredicate() 469 if (canBeTsTypePredicate && IsStartOfTsTypePredicate()) { in ParseTsTypeReferenceOrTsTypePredicate() 476 ir::Expression *ParserImpl::ParseTsThisTypeOrTsTypePredicate(ir::Expression *typeAnnotation, bool canBeTsTypePredicate, in ParseTsThisTypeOrTsTypePredicate() argument 483 if (canBeTsTypePredicate && IsStartOfTsTypePredicate()) { in ParseTsThisTypeOrTsTypePredicate() 462 ParseTsTypeReferenceOrTsTypePredicate(ir::Expression *typeAnnotation, bool canBeTsTypePredicate, bool throwError) ParseTsTypeReferenceOrTsTypePredicate() argument
|
Completed in 12 milliseconds