Searched refs:MightBeFunctionDecl (Results 1 – 2 of 2) sorted by relevance
44 MustBeDeclaration(Line.MustBeDeclaration), MightBeFunctionDecl(false), in AnnotatedLine()100 assert(MightBeFunctionDecl); in mightBeFunctionDefinition()115 bool MightBeFunctionDecl; variable
582 Line.MightBeFunctionDecl = true; in consumeToken()986 (!Line.MightBeFunctionDecl || Current.NestingLevel != 0)) { in determineTokenType()1076 Line.MightBeFunctionDecl && Contexts.size() == 1) { in determineTokenType()1666 assert(Line.MightBeFunctionDecl); in mustBreakForReturnType()1700 bool InFunctionDecl = Line.MightBeFunctionDecl; in calculateFormattingInformation()1915 return Line.MightBeFunctionDecl ? 50 : 500; in splitPenalty()2009 return (Left.is(tok::r_paren) && Line.MightBeFunctionDecl) || in spaceRequiredBetween()