Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h2258 bool IndentAccessModifiers; member
3911 IndentAccessModifiers == R.IndentAccessModifiers &&
/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp137 return Style.IndentAccessModifiers ? -Style.IndentWidth in getIndentOffset()
H A DFormat.cpp802 IO.mapOptional("IndentAccessModifiers", Style.IndentAccessModifiers); in mapping()
1264 LLVMStyle.IndentAccessModifiers = false; in getLLVMStyle()
H A DUnwrappedLineParser.cpp3774 unsigned AddLevels = Style.IndentAccessModifiers ? 2u : 1u; in parseRecord()
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp20060 CHECK_PARSE_BOOL(IndentAccessModifiers); in TEST_F()
24772 TEST_F(FormatTest, IndentAccessModifiers) { in TEST_F() argument
24774 Style.IndentAccessModifiers = true; in TEST_F()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst2747 **IndentAccessModifiers** (``Boolean``) :versionbadge:`clang-format 13`