Searched refs:InFunctionDecl (Results 1 – 2 of 2) sorted by relevance
153 bool InFunctionDecl);
1700 bool InFunctionDecl = Line.MightBeFunctionDecl; in calculateFormattingInformation() local1739 if (!Current->MustBreakBefore && InFunctionDecl && in calculateFormattingInformation()1762 InFunctionDecl = false; in calculateFormattingInformation()1768 splitPenalty(Line, *Current, InFunctionDecl); in calculateFormattingInformation()1800 bool InFunctionDecl) { in splitPenalty() argument1843 if (InFunctionDecl && Right.NestingLevel == 0) in splitPenalty()1917 if (Left.is(tok::l_paren) && InFunctionDecl && in splitPenalty()1923 if (Left.is(tok::equal) && InFunctionDecl) in splitPenalty()