Home | History | Annotate | Download | only in complete

Lines Matching defs:Precedence

249   unsigned Precedence;  // Precedence if a binary op.
253 : Name(name), Args(args), isOperator(isoperator), Precedence(prec) {}
263 unsigned getBinaryPrecedence() const { return Precedence; }
293 /// BinopPrecedence - This holds the precedence for each binary operator that is
297 /// GetTokPrecedence - Get the precedence of the pending binary operator token.
519 // If this is a binop, find its precedence.
595 // Read the precedence if present.
1684 // 1 is lowest precedence.