Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormatToken.cpp275 Format.LineCount = 1; in precomputeFormattingInfos()
281 ++Format.LineCount; in precomputeFormattingInfos()
325 if (BestFormat && Format.LineCount > BestFormat->LineCount) in getColumnFormat()
H A DFormatToken.h902 unsigned LineCount; member
/openbsd-src/gnu/llvm/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()