Searched refs:InFunctionDecl (Results 1 – 2 of 2) sorted by relevance
228 bool InFunctionDecl) const;
3458 bool InFunctionDecl = Line.MightBeFunctionDecl; in calculateFormattingInformation() local3599 if (!Current->MustBreakBefore && InFunctionDecl && in calculateFormattingInformation()3624 InFunctionDecl = false; in calculateFormattingInformation()3635 Current->SplitPenalty = splitPenalty(Line, *Current, InFunctionDecl); in calculateFormattingInformation()3723 bool InFunctionDecl) const { in splitPenalty()3780 if (InFunctionDecl && Right.NestingLevel == 0) in splitPenalty()3863 if (Left.is(tok::l_paren) && InFunctionDecl && in splitPenalty()3872 if (Left.is(tok::equal) && InFunctionDecl) in splitPenalty()