Home
last modified time | relevance | path

Searched refs:IsAssignmentOperator (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/core/
Dutil.cpp59 return IsAssignmentOperator(binaryExpr->OperatorType()) && binaryExpr->Left() == parent; in InAssignment()
71 bool Checker::IsAssignmentOperator(lexer::TokenType op) in IsAssignmentOperator() function in panda::es2panda::checker::Checker
DbinaryLikeExpression.cpp216 if (IsAssignmentOperator(op)) { in CheckAssignmentOperator()
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h335 static bool IsAssignmentOperator(lexer::TokenType op);