Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DDefinitionBlockSeparator.cpp46 if ((Line->MightBeFunctionDecl && Line->mightBeFunctionDefinition()) || in separateBlocks()
165 NextLine->mightBeFunctionDefinition() && in separateBlocks()
H A DTokenAnnotator.h135 bool mightBeFunctionDefinition() const { in mightBeFunctionDefinition() function
H A DTokenAnnotator.cpp3943 return Line.mightBeFunctionDefinition(); in mustBreakForReturnType()
4871 return Line.mightBeFunctionDefinition() in spaceRequiredBetween()
5608 Line.mightBeFunctionDefinition() && Left.MightBeFunctionDeclParen && in mustBreakBefore()