Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DWhitespaceManager.h49 static bool inputUsesCRLF(StringRef Text, bool DefaultToCRLF);
H A DDefinitionBlockSeparator.cpp73 ? WhitespaceManager::inputUsesCRLF( in separateBlocks()
H A DWhitespaceManager.cpp77 bool WhitespaceManager::inputUsesCRLF(StringRef Text, bool DefaultToCRLF) { in inputUsesCRLF() function in clang::format::WhitespaceManager
H A DFormat.cpp2035 ? WhitespaceManager::inputUsesCRLF( in analyze()