Searched refs:DefaultToCRLF (Results 1 – 2 of 2) sorted by relevance
44 static bool inputUsesCRLF(StringRef Text, bool DefaultToCRLF);
82 bool WhitespaceManager::inputUsesCRLF(StringRef Text, bool DefaultToCRLF) { in inputUsesCRLF() argument85 return LF == CR ? DefaultToCRLF : CR > LF; in inputUsesCRLF()