Home | History | Annotate | Download | only in Chapter7

Lines Matching refs:Precedence

232   unsigned Precedence; // Precedence if a binary op.
238 Precedence(Prec) {}
250 unsigned getBinaryPrecedence() const { return Precedence; }
276 /// BinopPrecedence - This holds the precedence for each binary operator that is
280 /// GetTokPrecedence - Get the precedence of the pending binary operator token.
531 // If this is a binop, find its precedence.
611 // Read the precedence if present.
1211 // 1 is lowest precedence.