Home
last modified time | relevance | path

Searched refs:canBeTsTypePredicate (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
H A DTSparser.h67 ir::TypeNode *ParseTypeReferenceOrTypePredicate(ir::TypeNode *typeAnnotation, bool canBeTsTypePredicate);
68 ir::TypeNode *ParseThisTypeOrTypePredicate(ir::TypeNode *typeAnnotation, bool canBeTsTypePredicate,
H A DTSparser.cpp900 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 DparserImpl.h287 ir::Expression *ParseTsTypeReferenceOrTsTypePredicate(ir::Expression *typeAnnotation, bool canBeTsTypePredicate,
289 ir::Expression *ParseTsThisTypeOrTsTypePredicate(ir::Expression *typeAnnotation, bool canBeTsTypePredicate,
H A DparserImpl.cpp463 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