Searched refs:InFunctionDecl (Results 1 – 2 of 2) sorted by relevance
174 bool InFunctionDecl);
2546 bool InFunctionDecl = Line.MightBeFunctionDecl; in calculateFormattingInformation() local2592 if (!Current->MustBreakBefore && InFunctionDecl && in calculateFormattingInformation()2615 InFunctionDecl = false; in calculateFormattingInformation()2626 Current->SplitPenalty = splitPenalty(Line, *Current, InFunctionDecl); in calculateFormattingInformation()2713 bool InFunctionDecl) { in splitPenalty() argument2765 if (InFunctionDecl && Right.NestingLevel == 0) in splitPenalty()2844 if (Left.is(tok::l_paren) && InFunctionDecl && in splitPenalty()2850 if (Left.is(tok::equal) && InFunctionDecl) in splitPenalty()