Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DTokenAnnotator.h47 MustBeDeclaration(Line.MustBeDeclaration), MightBeFunctionDecl(false), in AnnotatedLine()
105 assert(MightBeFunctionDecl); in mightBeFunctionDefinition()
140 bool MightBeFunctionDecl; variable
H A DDefinitionBlockSeparator.cpp47 if ((Line->MightBeFunctionDecl && Line->mightBeFunctionDefinition()) || in separateBlocks()
159 if (NextLine->MightBeFunctionDecl && in separateBlocks()
H A DTokenAnnotator.cpp1135 Line.MightBeFunctionDecl = true; in consumeToken()
1869 (!Line.MightBeFunctionDecl || Current.NestingLevel != 0)) { in determineTokenType()
2005 Line.MightBeFunctionDecl && Contexts.size() == 1) { in determineTokenType()
2913 assert(Line.MightBeFunctionDecl); in mustBreakForReturnType()
2956 bool InFunctionDecl = Line.MightBeFunctionDecl; in calculateFormattingInformation()
3272 return Line.MightBeFunctionDecl ? 50 : 500; in splitPenalty()
3481 if (Left.is(tok::r_paren) && Line.MightBeFunctionDecl) { in spaceRequiredBetween()
3713 if (Line.MightBeFunctionDecl && (Left.is(TT_FunctionDeclarationName))) { in spaceRequiredBetween()
3734 return ((!Line.MightBeFunctionDecl || !Left.Previous) && in spaceRequiredBetween()