Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A 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
H A DbinaryLikeExpression.cpp226 if (IsAssignmentOperator(op)) { in CheckAssignmentOperator()
/arkcompiler/ets_frontend/es2panda/typescript/core/
H A 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
H A DbinaryLikeExpression.cpp216 if (IsAssignmentOperator(op)) { in CheckAssignmentOperator()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSchecker.h261 static bool IsAssignmentOperator(lexer::TokenType op);
/arkcompiler/ets_frontend/es2panda/typescript/
H A Dchecker.h335 static bool IsAssignmentOperator(lexer::TokenType op);

Completed in 4 milliseconds