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.cpp738 if (Prev->BlockParameterCount == 0) in addTokenOnCurrentLine()
742 if (Prev->BlockParameterCount > 1) in addTokenOnCurrentLine()
2065 NewState.HasMultipleNestedBlocks = (Current.BlockParameterCount > 1); in moveStatePastScopeOpener()
H A DFormatToken.h504 unsigned BlockParameterCount = 0; member
H A DTokenAnnotator.cpp851 if (Left->BlockParameterCount > 1) in parseSquare()
1241 ++Left->BlockParameterCount; in updateParameterCount()
6479 << " F=" << Tok->Finalized << " B=" << Tok->BlockParameterCount in printDebugInfo()