Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DTokenAnnotator.cpp695 if (Left->BlockParameterCount > 1) in parseSquare()
791 ++Left->BlockParameterCount; in updateParameterCount()
3788 Left.is(tok::l_paren) && Left.BlockParameterCount > 0 && in mustBreakBefore()
3791 if (Left.BlockParameterCount > 1) in mustBreakBefore()
4117 << " F=" << Tok->Finalized << " B=" << Tok->BlockParameterCount in printDebugInfo()
H A DFormatToken.h358 unsigned BlockParameterCount = 0; member
H A DContinuationIndenter.cpp1553 (Current.BlockParameterCount > 1); in moveStatePastScopeOpener()