Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h41 bool useCRLF() const { return UseCRLF; } in useCRLF() function
H A DContinuationIndenter.cpp2410 State.Line->InPPDirective, Encoding, Style, Whitespaces.useCRLF()); in createBreakableToken()