Home
last modified time | relevance | path

Searched refs:InFunctionDecl (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Format/
DTokenAnnotator.h157 bool InFunctionDecl);
DTokenAnnotator.cpp1600 bool InFunctionDecl = Line.MightBeFunctionDecl; in calculateFormattingInformation() local
1639 if (!Current->MustBreakBefore && InFunctionDecl && in calculateFormattingInformation()
1662 InFunctionDecl = false; in calculateFormattingInformation()
1668 splitPenalty(Line, *Current, InFunctionDecl); in calculateFormattingInformation()
1700 bool InFunctionDecl) { in splitPenalty() argument
1741 if (InFunctionDecl && Right.NestingLevel == 0) in splitPenalty()
1805 if (Left.is(tok::l_paren) && InFunctionDecl && in splitPenalty()
1811 if (Left.is(tok::equal) && InFunctionDecl) in splitPenalty()