Searched refs:MightBeFunctionDecl (Results 1 – 4 of 4) sorted by relevance
56 MustBeDeclaration(Line.MustBeDeclaration), MightBeFunctionDecl(false), in AnnotatedLine()133 assert(MightBeFunctionDecl); in mightBeFunctionDefinition()178 bool MightBeFunctionDecl; variable
47 if ((Line->MightBeFunctionDecl && Line->mightBeFunctionDefinition()) || in separateBlocks()161 if (NextLine->MightBeFunctionDecl && in separateBlocks()
1233 Line.MightBeFunctionDecl = true; in consumeToken()2015 (!Line.MightBeFunctionDecl || Current.NestingLevel != 0)) { in determineTokenType()2032 Line.MightBeFunctionDecl && Current.NestingLevel == 0 && in determineTokenType()2172 Line.MightBeFunctionDecl && Contexts.size() == 1) { in determineTokenType()3426 assert(Line.MightBeFunctionDecl); in mustBreakForReturnType()3458 bool InFunctionDecl = Line.MightBeFunctionDecl; in calculateFormattingInformation()3851 return Line.MightBeFunctionDecl ? 50 : 500; in splitPenalty()4060 if (Left.is(tok::r_paren) && Line.MightBeFunctionDecl) { in spaceRequiredBetween()4278 !(Line.MightBeFunctionDecl && Left.is(TT_FunctionDeclarationName))) { in spaceRequiredBetween()4298 if (Line.MightBeFunctionDecl && (Left.is(TT_FunctionDeclarationName))) { in spaceRequiredBetween()[all …]
1980 !State.Line->MightBeFunctionDecl) { in moveStateToNewBlock()