Home
last modified time | relevance | path

Searched refs:SpaceInEmptyParentheses (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h3599 bool SpaceInEmptyParentheses; member
3974 SpaceInEmptyParentheses == R.SpaceInEmptyParentheses &&
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp880 IO.mapOptional("SpaceInEmptyParentheses", Style.SpaceInEmptyParentheses); in mapping()
1301 LLVMStyle.SpaceInEmptyParentheses = false; in getLLVMStyle()
H A DTokenAnnotator.cpp3280 return Style.SpaceInEmptyParentheses; in spaceRequiredBetween()
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp12618 SpaceBetweenBraces.SpaceInEmptyParentheses = true; in TEST_F()
15641 Spaces.SpaceInEmptyParentheses = true; in TEST_F()
20079 CHECK_PARSE_BOOL(SpaceInEmptyParentheses); in TEST_F()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst4325 **SpaceInEmptyParentheses** (``Boolean``) :versionbadge:`clang-format 3.7`