Searched refs:SpaceInEmptyParentheses (Results 1 – 5 of 5) sorted by relevance
3599 bool SpaceInEmptyParentheses; member3974 SpaceInEmptyParentheses == R.SpaceInEmptyParentheses &&
880 IO.mapOptional("SpaceInEmptyParentheses", Style.SpaceInEmptyParentheses); in mapping()1301 LLVMStyle.SpaceInEmptyParentheses = false; in getLLVMStyle()
3280 return Style.SpaceInEmptyParentheses; in spaceRequiredBetween()
12618 SpaceBetweenBraces.SpaceInEmptyParentheses = true; in TEST_F()15641 Spaces.SpaceInEmptyParentheses = true; in TEST_F()20079 CHECK_PARSE_BOOL(SpaceInEmptyParentheses); in TEST_F()
4325 **SpaceInEmptyParentheses** (``Boolean``) :versionbadge:`clang-format 3.7`