Searched refs:isProto (Results 1 – 6 of 6) sorted by relevance
80 (is(tok::less) && Style.isProto()); in opensBlockOrBlockTypeList()
254 if (Prev.isOneOf(tok::question, tok::colon) && !Style.isProto()) in parseAngle()738 } else if (Style.isProto()) { in parseSquare()1211 Style.isProto()) { in parseBrace()1367 } else if (Contexts.back().ColonIsDictLiteral || Style.isProto()) { in consumeToken()1620 if (Style.isProto()) in consumeToken()3346 (Style.isProto() && NextNonComment->is(tok::less)))) { in getCurrentPrecedence()4771 (Style.isProto() && !Style.Cpp11BracedListStyle && in spaceRequiredBetween()5042 } else if (Style.isProto()) { in spaceRequiredBefore()5732 (IsCpp || Style.isProto() || Style.isTableGen())) { in mustBreakBefore()6013 if (Style.isProto() && Right.is(TT_SelectorName) && in mustBreakBefore()[all …]
1373 (Current.is(tok::greater) && (Style.isProto() || Style.isTableGen()))) && in getNewLineColumn()1430 (Style.isProto() && Current.Next->isOneOf(tok::less, tok::l_brace)))) { in getNewLineColumn()1968 Style.isProto() || !Style.BinPackArguments || in moveStatePastScopeOpener()
1569 if ((Style.isJavaScript() || Style.isProto()) && Tok.is(tok::char_constant)) in readRawToken()
3390 bool isProto() const { return Language == LK_Proto || isTextProto(); } in isProto() function
4258 bool isProto = Record[2]; in parseFunctionRecord() local4386 if (!isProto) { in parseFunctionRecord()