Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h480 ENAS_DontAlign, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp1251 if (Align == FormatStyle::ENAS_DontAlign) in alignEscapedNewlines()
H A DFormat.cpp309 IO.enumCase(Value, "DontAlign", FormatStyle::ENAS_DontAlign); in enumeration()