Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DTokenAnnotator.h153 bool InFunctionDecl);
DTokenAnnotator.cpp1700 bool InFunctionDecl = Line.MightBeFunctionDecl; in calculateFormattingInformation() local
1739 if (!Current->MustBreakBefore && InFunctionDecl && in calculateFormattingInformation()
1762 InFunctionDecl = false; in calculateFormattingInformation()
1768 splitPenalty(Line, *Current, InFunctionDecl); in calculateFormattingInformation()
1800 bool InFunctionDecl) { in splitPenalty() argument
1843 if (InFunctionDecl && Right.NestingLevel == 0) in splitPenalty()
1917 if (Left.is(tok::l_paren) && InFunctionDecl && in splitPenalty()
1923 if (Left.is(tok::equal) && InFunctionDecl) in splitPenalty()