Home | History | Annotate | Download | only in Format

Lines Matching refs:prec

197     bool IsComparison = (Previous.getPrecedence() == prec::Relational ||
198 Previous.getPrecedence() == prec::Equality) &&
204 Previous.getPrecedence() != prec::Assignment &&
378 ((Previous.getPrecedence() != prec::Assignment &&
790 (Previous->getPrecedence() == prec::Assignment &&
793 for (SmallVectorImpl<prec::Level>::const_reverse_iterator
804 (Style.AlignOperands || *I < prec::Assignment) &&
808 *I != prec::Comma || Current.NestingLevel == 0))
817 if (Previous && Previous->getPrecedence() > prec::Assignment &&
819 Previous->getPrecedence() != prec::Relational) {
837 if (*I > prec::Unknown)
839 if (*I != prec::Conditional && !Current.is(TT_UnaryOperator))
844 // prec::Assignment) as those have different indentation rules. Indent
846 if (*I == prec::Conditional ||
847 (!SkipFirstExtraIndent && *I > prec::Assignment &&
850 if ((Previous && !Previous->opensScope()) || *I > prec::Comma)