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