Home
last modified time | relevance | path

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

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