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