Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4531 bool SpaceInEmptyBlock; member
5140 SpaceInEmptyBlock == R.SpaceInEmptyBlock &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1105 IO.mapOptional("SpaceInEmptyBlock", Style.SpaceInEmptyBlock); in mapping()
1579 LLVMStyle.SpaceInEmptyBlock = false; in getLLVMStyle()
1880 Style.SpaceInEmptyBlock = true; in getWebKitStyle()
H A DUnwrappedLineFormatter.cpp826 (Style.SpaceInEmptyBlock || Line.Last->is(tok::comment)) ? 1 : 0; in tryMergeSimpleBlock()
H A DTokenAnnotator.cpp4393 return Style.SpaceInEmptyBlock; in spaceRequiredBetween()