Searched refs:isProto (Results 1 – 6 of 6) sorted by relevance
81 (is(tok::less) && Style.isProto()); in opensBlockOrBlockTypeList()
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()[all …]
1264 (Current.is(tok::greater) && (Style.isProto() || Style.isTableGen()))) && in getNewLineColumn()1317 (Style.isProto() && Current.Next->isOneOf(tok::less, tok::l_brace)))) { in getNewLineColumn()1846 Style.isProto() || !Style.BinPackArguments || in moveStatePastScopeOpener()
1438 if ((Style.isJavaScript() || Style.isProto()) && Tok.is(tok::char_constant)) in readRawToken()
3214 bool isProto() const { in isProto() function
4168 bool isProto = Record[2]; in parseFunctionRecord() local4296 if (!isProto) { in parseFunctionRecord()