Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4371 bool SpaceInEmptyBlock; member
4902 SpaceInEmptyBlock == R.SpaceInEmptyBlock &&
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1098 IO.mapOptional("SpaceInEmptyBlock", Style.SpaceInEmptyBlock); in mapping()
1560 LLVMStyle.SpaceInEmptyBlock = false; in getLLVMStyle()
1859 Style.SpaceInEmptyBlock = true; in getWebKitStyle()
H A DUnwrappedLineFormatter.cpp817 (Style.SpaceInEmptyBlock || Line.Last->is(tok::comment)) ? 1 : 0; in tryMergeSimpleBlock()