Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DTokenAnnotator.cpp749 if (Left->BlockParameterCount > 1) in parseSquare()
877 ++Left->BlockParameterCount; in updateParameterCount()
4573 Left.is(tok::l_paren) && Left.BlockParameterCount > 0 && in mustBreakBefore()
4576 if (Left.BlockParameterCount > 1) in mustBreakBefore()
4952 << " F=" << Tok->Finalized << " B=" << Tok->BlockParameterCount in printDebugInfo()
H A DFormatToken.h398 unsigned BlockParameterCount = 0; member
H A DContinuationIndenter.cpp1712 NewState.HasMultipleNestedBlocks = (Current.BlockParameterCount > 1); in moveStatePastScopeOpener()