Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h437 ENAS_Left, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp328 IO.enumCase(Value, "Left", FormatStyle::ENAS_Left); in enumeration()
332 IO.enumCase(Value, "true", FormatStyle::ENAS_Left); in enumeration()
1622 GoogleStyle.AlignEscapedNewlines = FormatStyle::ENAS_Left; in getGoogleStyle()
H A DWhitespaceManager.cpp1220 bool AlignLeft = Style.AlignEscapedNewlines == FormatStyle::ENAS_Left; in alignEscapedNewlines()