Lines Matching refs:isProto
256 if (Prev.isOneOf(tok::question, tok::colon) && !Style.isProto()) in parseAngle()
742 } else if (Style.isProto()) { in parseSquare()
1221 Style.isProto()) { in parseBrace()
1376 } else if (Contexts.back().ColonIsDictLiteral || Style.isProto()) { in consumeToken()
1628 if (Style.isProto()) in consumeToken()
3282 (Style.isProto() && NextNonComment->is(tok::less)))) { in getCurrentPrecedence()
4650 (Style.isProto() && !Style.Cpp11BracedListStyle && in spaceRequiredBetween()
4918 } else if (Style.isProto()) { in spaceRequiredBefore()
5586 (IsCpp || Style.isProto() || in mustBreakBefore()
5865 if (Style.isProto() && Right.is(TT_SelectorName) && in mustBreakBefore()
6097 if (Style.isProto()) { in canBreakBefore()