Home
last modified time | relevance | path

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

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/Format/
H A DFormat.h2192 PCIS_Never, enumerator
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/unittests/Format/
H A DFormatTest.cpp5963 OnePerLine.PackConstructorInitializers = FormatStyle::PCIS_Never; in TEST_F()
6169 i & 2 ? FormatStyle::PCIS_BinPack : FormatStyle::PCIS_Never; in TEST_F()
18501 FormatStyle::PCIS_Never); in TEST_F()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Format/
H A DFormat.cpp282 IO.enumCase(Value, "Never", FormatStyle::PCIS_Never); in enumeration()
H A DTokenAnnotator.cpp3767 if (Style.PackConstructorInitializers == FormatStyle::PCIS_Never) { in mustBreakBefore()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/docs/
H A DClangFormatStyleOptions.rst3130 * ``PCIS_Never`` (in configuration: ``Never``)