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.h488 ENAS_Left, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp310 IO.enumCase(Value, "Left", FormatStyle::ENAS_Left); in enumeration()
315 IO.enumCase(Value, "true", FormatStyle::ENAS_Left); in enumeration()
1643 GoogleStyle.AlignEscapedNewlines = FormatStyle::ENAS_Left; in getGoogleStyle()
H A DWhitespaceManager.cpp1255 const bool AlignLeft = Align == FormatStyle::ENAS_Left || WithLastLine; in alignEscapedNewlines()