Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h125 ENAS_Left, enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DWhitespaceManager.cpp579 bool AlignLeft = Style.AlignEscapedNewlines == FormatStyle::ENAS_Left; in alignEscapedNewlines()
H A DFormat.cpp235 IO.enumCase(Value, "Left", FormatStyle::ENAS_Left); in enumeration()
239 IO.enumCase(Value, "true", FormatStyle::ENAS_Left); in enumeration()
737 GoogleStyle.AlignEscapedNewlines = FormatStyle::ENAS_Left; in getGoogleStyle()