Home | History | Annotate | Download | only in initial

Lines Matching defs:Precedence

202   unsigned Precedence;  // Precedence if a binary op.
206 : Name(name), Args(args), isOperator(isoperator), Precedence(prec) {}
216 unsigned getBinaryPrecedence() const { return Precedence; }
246 /// BinopPrecedence - This holds the precedence for each binary operator that is
250 /// GetTokPrecedence - Get the precedence of the pending binary operator token.
472 // If this is a binop, find its precedence.
548 // Read the precedence if present.
1356 // 1 is lowest precedence.