Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3138 bool SpaceInEmptyBlock; member
3503 SpaceInEmptyBlock == R.SpaceInEmptyBlock &&
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp730 IO.mapOptional("SpaceInEmptyBlock", Style.SpaceInEmptyBlock); in mapping()
1089 LLVMStyle.SpaceInEmptyBlock = false; in getLLVMStyle()
1389 Style.SpaceInEmptyBlock = true; in getWebKitStyle()
H A DUnwrappedLineFormatter.cpp626 Tok->SpacesRequiredBefore = Style.SpaceInEmptyBlock ? 1 : 0; in tryMergeSimpleBlock()