Home
last modified time | relevance | path

Searched refs:ParameterCount (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Format/
DFormatToken.h98 ParameterCount(0), PackingKind(PPK_Inconclusive), TotalLength(0), in FormatToken()
183 unsigned ParameterCount; member
DTokenAnnotator.cpp279 ++Left->ParameterCount; in updateParameterCount()
283 } else if (Left->ParameterCount == 0 && Current->isNot(tok::comment)) { in updateParameterCount()
284 Left->ParameterCount = 1; in updateParameterCount()
1163 Left.MatchingParen->ParameterCount > 0) in splitPenalty()
1188 return Left.ParameterCount > 1 ? Style.PenaltyBreakBeforeFirstCallParameter in splitPenalty()