Home
last modified time | relevance | path

Searched refs:QAS_Right (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Format/
H A DQualifierFixerTest.cpp256 Style.QualifierAlignment = FormatStyle::QAS_Right; in TEST_F()
573 Style.QualifierAlignment = FormatStyle::QAS_Right; in TEST_F()
591 Style.QualifierAlignment = FormatStyle::QAS_Right; in TEST_F()
810 Style.QualifierAlignment = FormatStyle::QAS_Right; in TEST_F()
H A DFormatTest.cpp20149 Style.QualifierAlignment = FormatStyle::QAS_Right; in TEST_F()
20153 FormatStyle::QAS_Right); in TEST_F()
/llvm-project-15.0.7/clang/tools/clang-format/
H A DClangFormat.cpp453 .Case("right", FormatStyle::QAS_Right) in format()
459 } else if (FormatStyle->QualifierAlignment == FormatStyle::QAS_Right) { in format()
/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h1774 QAS_Right, enumerator
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp138 IO.enumCase(Value, "Right", FormatStyle::QAS_Right); in enumeration()
737 if (Style.QualifierAlignment == FormatStyle::QAS_Right) in mapping()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst3556 * ``QAS_Right`` (in configuration: ``Right``)