Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DFormatToken.h189 unsigned BlockParameterCount = 0; member
DTokenAnnotator.cpp368 if (Left->BlockParameterCount > 1) in parseSquare()
443 ++Left->BlockParameterCount; in updateParameterCount()
2519 << " B=" << Tok->BlockParameterCount in printDebugInfo()
DContinuationIndenter.cpp1010 State.Stack.back().HasMultipleNestedBlocks = Current.BlockParameterCount > 1; in moveStatePastScopeOpener()