Searched refs:SpaceInEmptyBlock (Results 1 – 5 of 5) sorted by relevance
3586 bool SpaceInEmptyBlock; member3973 SpaceInEmptyBlock == R.SpaceInEmptyBlock &&
879 IO.mapOptional("SpaceInEmptyBlock", Style.SpaceInEmptyBlock); in mapping()1300 LLVMStyle.SpaceInEmptyBlock = false; in getLLVMStyle()1603 Style.SpaceInEmptyBlock = true; in getWebKitStyle()
774 Tok->SpacesRequiredBefore = Style.SpaceInEmptyBlock ? 1 : 0; in tryMergeSimpleBlock()
6090 Style.SpaceInEmptyBlock = true; in TEST_F()20078 CHECK_PARSE_BOOL(SpaceInEmptyBlock); in TEST_F()
4316 **SpaceInEmptyBlock** (``Boolean``) :versionbadge:`clang-format 10`