Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp854 unsigned OutputDashCount = 0; in newLineCheck() local
863 ++OutputDashCount; in newLineCheck()
871 for (unsigned I = OutputDashCount; I < Indent; ++I) in newLineCheck()
874 for (unsigned I = 0; I < OutputDashCount; ++I) in newLineCheck()