Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.h45 MustBeDeclaration(Line.MustBeDeclaration), MightBeFunctionDecl(false), in AnnotatedLine()
102 assert(MightBeFunctionDecl); in mightBeFunctionDefinition()
134 bool MightBeFunctionDecl; variable
H A DTokenAnnotator.cpp1023 Line.MightBeFunctionDecl = true; in consumeToken()
1654 (!Line.MightBeFunctionDecl || Current.NestingLevel != 0)) { in determineTokenType()
1781 Line.MightBeFunctionDecl && Contexts.size() == 1) { in determineTokenType()
2513 assert(Line.MightBeFunctionDecl); in mustBreakForReturnType()
2546 bool InFunctionDecl = Line.MightBeFunctionDecl; in calculateFormattingInformation()
2835 return Line.MightBeFunctionDecl ? 50 : 500; in splitPenalty()
2993 if (Left.is(tok::r_paren) && Line.MightBeFunctionDecl) { in spaceRequiredBetween()