Searched defs:operatorType (Results 1 – 4 of 4) sorted by relevance
35 …plicit BinaryExpression(Expression *leftExpr, Expression *rightExpr, lexer::TokenType operatorType) in BinaryExpression()71 void SetOperator(lexer::TokenType operatorType) in SetOperator()
34 explicit TSTypeOperator(Expression *type, TSOperatorType operatorType) in TSTypeOperator()
69 const char *AstDumper::TypeOperatorToString(TSOperatorType operatorType) in TypeOperatorToString()
1111 static size_t GetOperatorPrecedence(lexer::TokenType operatorType) in GetOperatorPrecedence()1181 lexer::TokenType operatorType) in ShouldBinaryExpressionBeAmended()1191 lexer::TokenType operatorType = lexer_->GetToken().Type(); in ParseBinaryExpression() local2222 lexer::TokenType operatorType = lexer_->GetToken().Type(); in ParseUnaryOrPrefixUpdateExpression() local