Searched refs:MightBeFunctionDecl (Results 1 – 2 of 2) sorted by relevance
45 MustBeDeclaration(Line.MustBeDeclaration), MightBeFunctionDecl(false), in AnnotatedLine()102 assert(MightBeFunctionDecl); in mightBeFunctionDefinition()126 bool MightBeFunctionDecl; variable
811 Line.MightBeFunctionDecl = true; in consumeToken()1291 (!Line.MightBeFunctionDecl || Current.NestingLevel != 0)) { in determineTokenType()1405 Line.MightBeFunctionDecl && Contexts.size() == 1) { in determineTokenType()2051 assert(Line.MightBeFunctionDecl); in mustBreakForReturnType()2084 bool InFunctionDecl = Line.MightBeFunctionDecl; in calculateFormattingInformation()2327 return Line.MightBeFunctionDecl ? 50 : 500; in splitPenalty()2453 if (Left.is(tok::r_paren) && Line.MightBeFunctionDecl) { in spaceRequiredBetween()