Home | History | Annotate | Download | only in fully_lazy

Lines Matching refs:Precedence

218                bool IsOperator = false, unsigned Precedence = 0)
220 Precedence(Precedence) {}
236 unsigned Precedence; // Precedence if a binary op.
263 /// BinopPrecedence - This holds the precedence for each binary operator that is
267 /// GetTokPrecedence - Get the precedence of the pending binary operator token.
508 // If this is a binop, find its precedence.
587 // Read the precedence if present.
1104 BinopPrecedence[Proto->getOperatorName()] = Proto->Precedence;
1420 // 1 is lowest precedence.