Searched refs:InFunctionDecl (Results 1 – 2 of 2) sorted by relevance
173 bool InFunctionDecl);
2475 bool InFunctionDecl = Line.MightBeFunctionDecl; in calculateFormattingInformation() local2515 if (!Current->MustBreakBefore && InFunctionDecl && in calculateFormattingInformation()2538 InFunctionDecl = false; in calculateFormattingInformation()2549 Current->SplitPenalty = splitPenalty(Line, *Current, InFunctionDecl); in calculateFormattingInformation()2597 bool InFunctionDecl) { in splitPenalty() argument2649 if (InFunctionDecl && Right.NestingLevel == 0) in splitPenalty()2728 if (Left.is(tok::l_paren) && InFunctionDecl && in splitPenalty()2734 if (Left.is(tok::equal) && InFunctionDecl) in splitPenalty()