Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.h56 MustBeDeclaration(Line.MustBeDeclaration), MightBeFunctionDecl(false), in AnnotatedLine()
133 assert(MightBeFunctionDecl); in mightBeFunctionDefinition()
178 bool MightBeFunctionDecl; variable
H A DDefinitionBlockSeparator.cpp47 if ((Line->MightBeFunctionDecl && Line->mightBeFunctionDefinition()) || in separateBlocks()
161 if (NextLine->MightBeFunctionDecl && in separateBlocks()
H A DTokenAnnotator.cpp1233 Line.MightBeFunctionDecl = true; in consumeToken()
2015 (!Line.MightBeFunctionDecl || Current.NestingLevel != 0)) { in determineTokenType()
2032 Line.MightBeFunctionDecl && Current.NestingLevel == 0 && in determineTokenType()
2172 Line.MightBeFunctionDecl && Contexts.size() == 1) { in determineTokenType()
3426 assert(Line.MightBeFunctionDecl); in mustBreakForReturnType()
3458 bool InFunctionDecl = Line.MightBeFunctionDecl; in calculateFormattingInformation()
3851 return Line.MightBeFunctionDecl ? 50 : 500; in splitPenalty()
4060 if (Left.is(tok::r_paren) && Line.MightBeFunctionDecl) { in spaceRequiredBetween()
4278 !(Line.MightBeFunctionDecl && Left.is(TT_FunctionDeclarationName))) { in spaceRequiredBetween()
4298 if (Line.MightBeFunctionDecl && (Left.is(TT_FunctionDeclarationName))) { in spaceRequiredBetween()
[all …]
H A DContinuationIndenter.cpp1980 !State.Line->MightBeFunctionDecl) { in moveStateToNewBlock()