Lines Matching refs:LK_Proto

132             (Style.Language == FormatStyle::LK_Proto && Left->Previous &&  in parseAngle()
147 !Style.isCSharp() && Style.Language != FormatStyle::LK_Proto && in parseAngle()
162 if (Style.Language == FormatStyle::LK_Proto) { in parseAngle()
573 } else if (Style.Language == FormatStyle::LK_Proto || in parseSquare()
758 Style.Language == FormatStyle::LK_Proto || in parseBrace()
859 Style.Language == FormatStyle::LK_Proto || in consumeToken()
999 (Style.Language == FormatStyle::LK_Proto && Tok->Previous && in consumeToken()
1029 Style.Language == FormatStyle::LK_Proto) in consumeToken()
1291 if (Style.Language == FormatStyle::LK_Proto && Line.Level == 0 && in parseLine()
2165 ((Style.Language == FormatStyle::LK_Proto || in getCurrentPrecedence()
2623 if (Style.Language == FormatStyle::LK_Proto) in splitPenalty()
2637 (Right.is(tok::period) && Style.Language == FormatStyle::LK_Proto)) in splitPenalty()
2848 (Style.Language == FormatStyle::LK_Proto && in spaceRequiredBetween()
2954 ((Style.Language == FormatStyle::LK_Proto || in spaceRequiredBetween()
3077 } else if (Style.Language == FormatStyle::LK_Proto || in spaceRequiredBefore()
3376 (Style.Language == FormatStyle::LK_Proto && Left.is(TT_DictLiteral))) in spaceRequiredBefore()
3557 Style.Language == FormatStyle::LK_Proto || in mustBreakBefore()
3622 Right.NestingLevel == 1 && Style.Language == FormatStyle::LK_Proto) { in mustBreakBefore()
3697 if ((Style.Language == FormatStyle::LK_Proto || in mustBreakBefore()
3917 if (Style.Language == FormatStyle::LK_Proto || in canBreakBefore()