Home | History | Annotate | Download | only in Chapter8

Lines Matching refs:Precedence

360   unsigned Precedence; // Precedence if a binary op.
368 Precedence(Prec), Line(Loc.Line) {}
380 unsigned getBinaryPrecedence() const { return Precedence; }
413 /// BinopPrecedence - This holds the precedence for each binary operator that is
417 /// GetTokPrecedence - Get the precedence of the pending binary operator token.
672 // If this is a binop, find its precedence.
755 // Read the precedence if present.
1408 // 1 is lowest precedence.