Home | History | Annotate | Download | only in lazy

Lines Matching defs:Precedence

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