Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h3004 bool SpaceInEmptyBlock; member
3366 SpaceInEmptyBlock == R.SpaceInEmptyBlock &&
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp693 IO.mapOptional("SpaceInEmptyBlock", Style.SpaceInEmptyBlock); in mapping()
1045 LLVMStyle.SpaceInEmptyBlock = false; in getLLVMStyle()
1342 Style.SpaceInEmptyBlock = true; in getWebKitStyle()
H A DUnwrappedLineFormatter.cpp624 Tok->SpacesRequiredBefore = Style.SpaceInEmptyBlock ? 1 : 0; in tryMergeSimpleBlock()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst3405 **SpaceInEmptyBlock** (``bool``)