Home | History | Annotate | Download | only in cached

Lines Matching defs:Precedence

218   unsigned Precedence;  // Precedence if a binary op.
222 : Name(name), Args(args), isOperator(isoperator), Precedence(prec) {}
232 unsigned getBinaryPrecedence() const { return Precedence; }
262 /// BinopPrecedence - This holds the precedence for each binary operator that is
266 /// GetTokPrecedence - Get the precedence of the pending binary operator token.
488 // If this is a binop, find its precedence.
564 // Read the precedence if present.
1146 // 1 is lowest precedence.