Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp688 auto BlockParameterCount = PrevNonComment->BlockParameterCount; in addTokenOnCurrentLine() local
689 if (BlockParameterCount == 0) in addTokenOnCurrentLine()
693 if (BlockParameterCount > 1) in addTokenOnCurrentLine()
1907 NewState.HasMultipleNestedBlocks = (Current.BlockParameterCount > 1); in moveStatePastScopeOpener()
H A DFormatToken.h474 unsigned BlockParameterCount = 0; member
H A DTokenAnnotator.cpp803 if (Left->BlockParameterCount > 1) in parseSquare()
939 ++Left->BlockParameterCount; in updateParameterCount()
5789 << " F=" << Tok->Finalized << " B=" << Tok->BlockParameterCount in printDebugInfo()