Searched refs:InFunctionDecl (Results 1 – 2 of 2) sorted by relevance
157 bool InFunctionDecl);
1600 bool InFunctionDecl = Line.MightBeFunctionDecl; in calculateFormattingInformation() local1639 if (!Current->MustBreakBefore && InFunctionDecl && in calculateFormattingInformation()1662 InFunctionDecl = false; in calculateFormattingInformation()1668 splitPenalty(Line, *Current, InFunctionDecl); in calculateFormattingInformation()1700 bool InFunctionDecl) { in splitPenalty() argument1741 if (InFunctionDecl && Right.NestingLevel == 0) in splitPenalty()1805 if (Left.is(tok::l_paren) && InFunctionDecl && in splitPenalty()1811 if (Left.is(tok::equal) && InFunctionDecl) in splitPenalty()