Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.h57 MustBeDeclaration(Line.MustBeDeclaration), MightBeFunctionDecl(false), in AnnotatedLine()
134 assert(MightBeFunctionDecl); in mightBeFunctionDefinition()
179 bool MightBeFunctionDecl; variable
H A DTokenAnnotator.cpp1564 Line.MightBeFunctionDecl = true; in consumeToken()
2378 (!Line.MightBeFunctionDecl || Current.NestingLevel != 0)) { in determineTokenType()
2395 Line.MightBeFunctionDecl && Current.NestingLevel == 0 && in determineTokenType()
2538 Line.MightBeFunctionDecl && Contexts.size() == 1) { in determineTokenType()
3840 assert(Line.MightBeFunctionDecl); in mustBreakForReturnType()
3873 bool InFunctionDecl = Line.MightBeFunctionDecl; in calculateFormattingInformation()
4271 return Line.MightBeFunctionDecl ? 50 : 500; in splitPenalty()
4495 if (Left.is(tok::r_paren) && Line.MightBeFunctionDecl) { in spaceRequiredBetween()
4724 !(Line.MightBeFunctionDecl && Left.is(TT_FunctionDeclarationName))) { in spaceRequiredBetween()
4744 if (Line.MightBeFunctionDecl && Right.is(TT_FunctionDeclarationLParen)) { in spaceRequiredBetween()
[all …]
H A DContinuationIndenter.cpp2021 !State.Line->MightBeFunctionDecl) { in moveStateToNewBlock()