Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Format/
H A DFormat.h3904 bool SpaceInEmptyBlock; member
4308 SpaceInEmptyBlock == R.SpaceInEmptyBlock &&
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormat.cpp1017 IO.mapOptional("SpaceInEmptyBlock", Style.SpaceInEmptyBlock); in mapping()
1445 LLVMStyle.SpaceInEmptyBlock = false; in getLLVMStyle()
1743 Style.SpaceInEmptyBlock = true; in getWebKitStyle()
H A DUnwrappedLineFormatter.cpp796 Tok->SpacesRequiredBefore = Style.SpaceInEmptyBlock ? 1 : 0; in tryMergeSimpleBlock()
/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormatStyleOptions.rst4931 **SpaceInEmptyBlock** (``Boolean``) :versionbadge:`clang-format 10` :ref:`¶ <SpaceInEmptyBlock>`