Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h2162 bool IndentAccessModifiers; member
3313 IndentAccessModifiers == R.IndentAccessModifiers &&
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DReleaseNotes.rst228 - Option ``IndentAccessModifiers`` has been added to be able to give access
H A DClangFormatStyleOptions.rst2413 **IndentAccessModifiers** (``bool``)
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp108 return Style.IndentAccessModifiers ? -Style.IndentWidth in getIndentOffset()
H A DFormat.cpp626 IO.mapOptional("IndentAccessModifiers", Style.IndentAccessModifiers); in mapping()
1016 LLVMStyle.IndentAccessModifiers = false; in getLLVMStyle()
H A DUnwrappedLineParser.cpp2726 unsigned AddLevels = Style.IndentAccessModifiers ? 2u : 1u; in parseRecord()