Home | History | Annotate | Download | only in lazy

Lines Matching defs:Precedence

203   unsigned Precedence;  // Precedence if a binary op.
207 : Name(name), Args(args), isOperator(isoperator), Precedence(prec) {}
217 unsigned getBinaryPrecedence() const { return Precedence; }
247 /// BinopPrecedence - This holds the precedence for each binary operator that is
251 /// GetTokPrecedence - Get the precedence of the pending binary operator token.
473 // If this is a binop, find its precedence.
549 // Read the precedence if present.
1110 // 1 is lowest precedence.