Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h432 ENAS_Left, enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp376 IO.enumCase(Value, "Left", FormatStyle::ENAS_Left); in enumeration()
380 IO.enumCase(Value, "true", FormatStyle::ENAS_Left); in enumeration()
1155 GoogleStyle.AlignEscapedNewlines = FormatStyle::ENAS_Left; in getGoogleStyle()
H A DWhitespaceManager.cpp930 bool AlignLeft = Style.AlignEscapedNewlines == FormatStyle::ENAS_Left; in alignEscapedNewlines()