Searched refs:InFunctionDecl (Results 1 – 2 of 2) sorted by relevance
166 bool InFunctionDecl);
2084 bool InFunctionDecl = Line.MightBeFunctionDecl; in calculateFormattingInformation() local2123 if (!Current->MustBreakBefore && InFunctionDecl && in calculateFormattingInformation()2146 InFunctionDecl = false; in calculateFormattingInformation()2157 Current->SplitPenalty = splitPenalty(Line, *Current, InFunctionDecl); in calculateFormattingInformation()2205 bool InFunctionDecl) { in splitPenalty() argument2254 if (InFunctionDecl && Right.NestingLevel == 0) in splitPenalty()2336 if (Left.is(tok::l_paren) && InFunctionDecl && in splitPenalty()2343 if (Left.is(tok::equal) && InFunctionDecl) in splitPenalty()