Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h497 ENAS_LeftWithLastLine, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp1254 const bool WithLastLine = Align == FormatStyle::ENAS_LeftWithLastLine; in alignEscapedNewlines()
H A DFormat.cpp311 IO.enumCase(Value, "LeftWithLastLine", FormatStyle::ENAS_LeftWithLastLine); in enumeration()