Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DTokenAnnotator.h44 MustBeDeclaration(Line.MustBeDeclaration), MightBeFunctionDecl(false), in AnnotatedLine()
101 assert(MightBeFunctionDecl); in mightBeFunctionDefinition()
133 bool MightBeFunctionDecl; variable
H A DTokenAnnotator.cpp983 Line.MightBeFunctionDecl = true; in consumeToken()
1598 (!Line.MightBeFunctionDecl || Current.NestingLevel != 0)) { in determineTokenType()
1725 Line.MightBeFunctionDecl && Contexts.size() == 1) { in determineTokenType()
2442 assert(Line.MightBeFunctionDecl); in mustBreakForReturnType()
2475 bool InFunctionDecl = Line.MightBeFunctionDecl; in calculateFormattingInformation()
2719 return Line.MightBeFunctionDecl ? 50 : 500; in splitPenalty()
2875 if (Left.is(tok::r_paren) && Line.MightBeFunctionDecl) { in spaceRequiredBetween()