Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormatToken.h196 unsigned BlockParameterCount = 0; member
H A DTokenAnnotator.cpp538 if (Left->BlockParameterCount > 1) in parseSquare()
634 ++Left->BlockParameterCount; in updateParameterCount()
3062 Left.is(tok::l_paren) && Left.BlockParameterCount > 0 && in mustBreakBefore()
3065 if (Left.BlockParameterCount > 1) in mustBreakBefore()
3362 << " B=" << Tok->BlockParameterCount in printDebugInfo()
H A DContinuationIndenter.cpp1385 State.Stack.back().HasMultipleNestedBlocks = Current.BlockParameterCount > 1; in moveStatePastScopeOpener()