Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h130 AIAS_Right, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp1318 if (Style.AlignArrayOfStructures == FormatStyle::AIAS_Right) in alignArrayInitializers()
H A DFormat.cpp123 IO.enumCase(Value, "Right", FormatStyle::AIAS_Right); in enumeration()