Home
last modified time | relevance | path

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

/freebsd/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() function in clang::format::WhitespaceManager
H A DFormat.cpp2439 ? WhitespaceManager::inputUsesCRLF( in analyze()