Searched refs:LineCount (Results 1 – 3 of 3) sorted by relevance
274 Format.LineCount = 1; in precomputeFormattingInfos()280 ++Format.LineCount; in precomputeFormattingInfos()324 if (BestFormat && Format.LineCount > BestFormat->LineCount) in getColumnFormat()
869 unsigned LineCount; member
595 unsigned LineCount = InputFileText.count('\n'); in DumpAnnotatedInput() local597 ++LineCount; in DumpAnnotatedInput()598 unsigned LineNoWidth = std::log10(LineCount) + 1; in DumpAnnotatedInput()