Searched defs:operatorType (Results 1 – 4 of 4) sorted by relevance
35 …plicit BinaryExpression(Expression *leftExpr, Expression *rightExpr, lexer::TokenType operatorType) in BinaryExpression()76 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()
1140 static size_t GetOperatorPrecedence(lexer::TokenType operatorType) in GetOperatorPrecedence()1210 lexer::TokenType operatorType) in ShouldBinaryExpressionBeAmended()1220 lexer::TokenType operatorType = lexer_->GetToken().Type(); in ParseBinaryExpression() local2249 lexer::TokenType operatorType = lexer_->GetToken().Type(); in ParseUnaryOrPrefixUpdateExpression() local