Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Format/ !
H A DWhitespaceManager.h44 static bool inputUsesCRLF(StringRef Text, bool DefaultToCRLF);
H A DWhitespaceManager.cpp82 bool WhitespaceManager::inputUsesCRLF(StringRef Text, bool DefaultToCRLF) { in inputUsesCRLF() argument
85 return LF == CR ? DefaultToCRLF : CR > LF; in inputUsesCRLF()