Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DTokenAnnotator.cpp770 if (Left->BlockParameterCount > 1) in parseSquare()
899 ++Left->BlockParameterCount; in updateParameterCount()
4758 Left.is(tok::l_paren) && Left.BlockParameterCount > 0 && in mustBreakBefore()
4761 if (Left.BlockParameterCount > 1) in mustBreakBefore()
5144 << " F=" << Tok->Finalized << " B=" << Tok->BlockParameterCount in printDebugInfo()
H A DFormatToken.h424 unsigned BlockParameterCount = 0; member
H A DContinuationIndenter.cpp1747 NewState.HasMultipleNestedBlocks = (Current.BlockParameterCount > 1); in moveStatePastScopeOpener()