Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ts/
Dutil.cpp47 return IsAssignmentOperator(binaryExpr->OperatorType()) && binaryExpr->Left() == parent; in InAssignment()
59 bool TSChecker::IsAssignmentOperator(lexer::TokenType op) in IsAssignmentOperator() function in ark::es2panda::checker::TSChecker
DbinaryLikeExpression.cpp226 if (IsAssignmentOperator(op)) { in CheckAssignmentOperator()
/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.cpp215 if (IsAssignmentOperator(op)) { in CheckAssignmentOperator()
/arkcompiler/ets_frontend/ets2panda/checker/
DTSchecker.h264 static bool IsAssignmentOperator(lexer::TokenType op);
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h335 static bool IsAssignmentOperator(lexer::TokenType op);