Home | History | Annotate | Download | only in cached

Lines Matching full:prec

221                bool isoperator = false, unsigned prec = 0)
222 : Name(name), Args(args), isOperator(isoperator), Precedence(prec) {}