Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp711 if (Left->BlockParameterCount > 1) in parseSquare()
831 ++Left->BlockParameterCount; in updateParameterCount()
3916 Left.is(tok::l_paren) && Left.BlockParameterCount > 0 && in mustBreakBefore()
3919 if (Left.BlockParameterCount > 1) in mustBreakBefore()
4245 << " F=" << Tok->Finalized << " B=" << Tok->BlockParameterCount in printDebugInfo()
H A DFormatToken.h359 unsigned BlockParameterCount = 0; member
H A DContinuationIndenter.cpp1553 (Current.BlockParameterCount > 1); in moveStatePastScopeOpener()