Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DFormatToken.cpp274 Format.LineCount = 1; in precomputeFormattingInfos()
280 ++Format.LineCount; in precomputeFormattingInfos()
324 if (BestFormat && Format.LineCount > BestFormat->LineCount) in getColumnFormat()
H A DFormatToken.h869 unsigned LineCount; member
/llvm-project-15.0.7/llvm/utils/FileCheck/
H A DFileCheck.cpp595 unsigned LineCount = InputFileText.count('\n'); in DumpAnnotatedInput() local
597 ++LineCount; in DumpAnnotatedInput()
598 unsigned LineNoWidth = std::log10(LineCount) + 1; in DumpAnnotatedInput()