Lines Matching refs:MightBeFunctionDecl
1564 Line.MightBeFunctionDecl = true; in consumeToken()
2378 (!Line.MightBeFunctionDecl || Current.NestingLevel != 0)) { in determineTokenType()
2395 Line.MightBeFunctionDecl && Current.NestingLevel == 0 && in determineTokenType()
2538 Line.MightBeFunctionDecl && Contexts.size() == 1) { in determineTokenType()
3840 assert(Line.MightBeFunctionDecl); in mustBreakForReturnType()
3873 bool InFunctionDecl = Line.MightBeFunctionDecl; in calculateFormattingInformation()
4271 return Line.MightBeFunctionDecl ? 50 : 500; in splitPenalty()
4495 if (Left.is(tok::r_paren) && Line.MightBeFunctionDecl) { in spaceRequiredBetween()
4724 !(Line.MightBeFunctionDecl && Left.is(TT_FunctionDeclarationName))) { in spaceRequiredBetween()
4744 if (Line.MightBeFunctionDecl && Right.is(TT_FunctionDeclarationLParen)) { in spaceRequiredBetween()
4764 return ((!Line.MightBeFunctionDecl || !BeforeLeft) && in spaceRequiredBetween()
5469 if (Style.BreakFunctionDefinitionParameters && Line.MightBeFunctionDecl && in mustBreakBefore()