Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DTokenAnnotator.h44 MustBeDeclaration(Line.MustBeDeclaration), MightBeFunctionDecl(false), in AnnotatedLine()
92 assert(MightBeFunctionDecl); in mightBeFunctionDefinition()
107 bool MightBeFunctionDecl; variable
DTokenAnnotator.cpp522 Line.MightBeFunctionDecl = true; in consumeToken()
905 (!Line.MightBeFunctionDecl || Current.NestingLevel != 0)) { in determineTokenType()
994 Line.MightBeFunctionDecl && Contexts.size() == 1) { in determineTokenType()
1566 assert(Line.MightBeFunctionDecl); in mustBreakForReturnType()
1600 bool InFunctionDecl = Line.MightBeFunctionDecl; in calculateFormattingInformation()
1803 return Line.MightBeFunctionDecl ? 50 : 500; in splitPenalty()