Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h504 ENAS_Left, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp333 IO.enumCase(Value, "Left", FormatStyle::ENAS_Left); in enumeration()
338 IO.enumCase(Value, "true", FormatStyle::ENAS_Left); in enumeration()
1742 GoogleStyle.AlignEscapedNewlines = FormatStyle::ENAS_Left; in getGoogleStyle()
H A DWhitespaceManager.cpp1250 const bool AlignLeft = Align == FormatStyle::ENAS_Left || WithLastLine; in alignEscapedNewlines()