Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/parser/
DTSparser.cpp347 bool isAsserts = Lexer()->GetToken().KeywordType() == lexer::TokenType::KEYW_ASSERTS; in IsStartOfTypePredicate() local
832 bool isAsserts = Lexer()->GetToken().KeywordType() == lexer::TokenType::KEYW_ASSERTS; in ParseTypePredicate() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp383 bool isAsserts = lexer_->GetToken().KeywordType() == lexer::TokenType::KEYW_ASSERTS; in IsStartOfTsTypePredicate() local
1292 bool isAsserts = lexer_->GetToken().KeywordType() == lexer::TokenType::KEYW_ASSERTS; in ParseTsTypePredicate() local