Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp698 auto BlockParameterCount = PrevNonComment->BlockParameterCount; in addTokenOnCurrentLine() local
699 if (BlockParameterCount == 0) in addTokenOnCurrentLine()
703 if (BlockParameterCount > 1) in addTokenOnCurrentLine()
1947 NewState.HasMultipleNestedBlocks = (Current.BlockParameterCount > 1); in moveStatePastScopeOpener()
H A DFormatToken.h496 unsigned BlockParameterCount = 0; member
H A DTokenAnnotator.cpp860 if (Left->BlockParameterCount > 1) in parseSquare()
1251 ++Left->BlockParameterCount; in updateParameterCount()
6323 << " F=" << Tok->Finalized << " B=" << Tok->BlockParameterCount in printDebugInfo()