Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h118 AIAS_Left, enumerator
/llvm-project-15.0.7/clang/lib/Format/
H A DWhitespaceManager.cpp1090 else if (Style.AlignArrayOfStructures == FormatStyle::AIAS_Left) in alignArrayInitializers()
H A DFormat.cpp212 IO.enumCase(Value, "Left", FormatStyle::AIAS_Left); in enumeration()
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp19531 Style.AlignArrayOfStructures = FormatStyle::AIAS_Left; in TEST_F()
19691 Style.AlignArrayOfStructures = FormatStyle::AIAS_Left; in TEST_F()
26285 Style.AlignArrayOfStructures = FormatStyle::AIAS_Left; in TEST_F()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst244 * ``AIAS_Left`` (in configuration: ``Left``)