Home
last modified time | relevance | path

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

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