Searched refs:MightBeFunctionDecl (Results 1 – 3 of 3) sorted by relevance
47 MustBeDeclaration(Line.MustBeDeclaration), MightBeFunctionDecl(false), in AnnotatedLine()105 assert(MightBeFunctionDecl); in mightBeFunctionDefinition()140 bool MightBeFunctionDecl; variable
47 if ((Line->MightBeFunctionDecl && Line->mightBeFunctionDefinition()) || in separateBlocks()159 if (NextLine->MightBeFunctionDecl && in separateBlocks()
1135 Line.MightBeFunctionDecl = true; in consumeToken()1869 (!Line.MightBeFunctionDecl || Current.NestingLevel != 0)) { in determineTokenType()2005 Line.MightBeFunctionDecl && Contexts.size() == 1) { in determineTokenType()2913 assert(Line.MightBeFunctionDecl); in mustBreakForReturnType()2956 bool InFunctionDecl = Line.MightBeFunctionDecl; in calculateFormattingInformation()3272 return Line.MightBeFunctionDecl ? 50 : 500; in splitPenalty()3481 if (Left.is(tok::r_paren) && Line.MightBeFunctionDecl) { in spaceRequiredBetween()3713 if (Line.MightBeFunctionDecl && (Left.is(TT_FunctionDeclarationName))) { in spaceRequiredBetween()3734 return ((!Line.MightBeFunctionDecl || !Left.Previous) && in spaceRequiredBetween()