Home | History | Annotate | Download | only in complete

Lines Matching defs:Precedence

248   unsigned Precedence;  // Precedence if a binary op.
252 : Name(name), Args(args), isOperator(isoperator), Precedence(prec) {}
262 unsigned getBinaryPrecedence() const { return Precedence; }
292 /// BinopPrecedence - This holds the precedence for each binary operator that is
296 /// GetTokPrecedence - Get the precedence of the pending binary operator token.
518 // If this is a binop, find its precedence.
594 // Read the precedence if present.
1683 // 1 is lowest precedence.