Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Format/
H A DQualifierFixerTest.cpp600 Style.QualifierAlignment = FormatStyle::QAS_Custom; in TEST_F()
630 Style.QualifierAlignment = FormatStyle::QAS_Custom; in TEST_F()
643 Style.QualifierAlignment = FormatStyle::QAS_Custom; in TEST_F()
657 Style.QualifierAlignment = FormatStyle::QAS_Custom; in TEST_F()
679 Style.QualifierAlignment = FormatStyle::QAS_Custom; in TEST_F()
700 Style.QualifierAlignment = FormatStyle::QAS_Custom; in TEST_F()
820 Style.QualifierAlignment = FormatStyle::QAS_Custom; in TEST_F()
833 Style.QualifierAlignment = FormatStyle::QAS_Custom; in TEST_F()
873 Style.QualifierAlignment = FormatStyle::QAS_Custom; in TEST_F()
888 Style.QualifierAlignment = FormatStyle::QAS_Custom; in TEST_F()
[all …]
H A DFormatTest.cpp20157 FormatStyle::QAS_Custom); in TEST_F()
/llvm-project-15.0.7/clang/tools/clang-format/
H A DClangFormat.cpp462 FormatStyle->QualifierAlignment = FormatStyle::QAS_Custom; in format()
/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h1786 QAS_Custom enumerator
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp139 IO.enumCase(Value, "Custom", FormatStyle::QAS_Custom); in enumeration()
741 else if (Style.QualifierAlignment == FormatStyle::QAS_Custom) in mapping()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst3564 * ``QAS_Custom`` (in configuration: ``Custom``)