Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h104 AIAS_Left, enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp990 else if (Style.AlignArrayOfStructures == FormatStyle::AIAS_Left) in alignArrayInitializers()
H A DFormat.cpp161 IO.enumCase(Value, "Left", FormatStyle::AIAS_Left); in enumeration()