Searched refs:InFunctionDecl (Results 1 – 2 of 2) sorted by relevance
232 bool InFunctionDecl) const;
3873 bool InFunctionDecl = Line.MightBeFunctionDecl; in calculateFormattingInformation() local4019 if (!Current->MustBreakBefore && InFunctionDecl && in calculateFormattingInformation()4044 InFunctionDecl = false; in calculateFormattingInformation()4055 Current->SplitPenalty = splitPenalty(Line, *Current, InFunctionDecl); in calculateFormattingInformation()4143 bool InFunctionDecl) const { in splitPenalty()4200 if (InFunctionDecl && Right.NestingLevel == 0) in splitPenalty()4283 if (Left.is(tok::l_paren) && InFunctionDecl && in splitPenalty()4292 if (Left.is(tok::equal) && InFunctionDecl) in splitPenalty()