Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h3586 bool SpaceInEmptyBlock; member
3973 SpaceInEmptyBlock == R.SpaceInEmptyBlock &&
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp879 IO.mapOptional("SpaceInEmptyBlock", Style.SpaceInEmptyBlock); in mapping()
1300 LLVMStyle.SpaceInEmptyBlock = false; in getLLVMStyle()
1603 Style.SpaceInEmptyBlock = true; in getWebKitStyle()
H A DUnwrappedLineFormatter.cpp774 Tok->SpacesRequiredBefore = Style.SpaceInEmptyBlock ? 1 : 0; in tryMergeSimpleBlock()
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp6090 Style.SpaceInEmptyBlock = true; in TEST_F()
20078 CHECK_PARSE_BOOL(SpaceInEmptyBlock); in TEST_F()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst4316 **SpaceInEmptyBlock** (``Boolean``) :versionbadge:`clang-format 10`