Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h3715 bool SpacesInParentheses; member
3984 SpacesInParentheses == R.SpacesInParentheses &&
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp10060 Spaces.SpacesInParentheses = true; in TEST_F()
12595 SpaceBetweenBraces.SpacesInParentheses = true; in TEST_F()
15601 Spaces.SpacesInParentheses = true; in TEST_F()
15629 Spaces.SpacesInParentheses = false; in TEST_F()
15640 Spaces.SpacesInParentheses = false; in TEST_F()
20075 CHECK_PARSE_BOOL(SpacesInParentheses); in TEST_F()
23537 Style.SpacesInParentheses = false; in TEST_F()
23540 Style.SpacesInParentheses = true; in TEST_F()
/llvm-project-15.0.7/clang/lib/Format/
H A DTokenAnnotator.cpp2873 (Style.Cpp11BracedListStyle && !Style.SpacesInParentheses) ? 0 : 1; in calculateFormattingInformation()
3313 : Style.SpacesInParentheses; in spaceRequiredBetween()
3533 return Style.Cpp11BracedListStyle ? Style.SpacesInParentheses : true; in spaceRequiredBetween()
4116 (Left.is(tok::l_paren) && Style.SpacesInParentheses); in spaceRequiredBefore()
H A DFormat.cpp892 IO.mapOptional("SpacesInParentheses", Style.SpacesInParentheses); in mapping()
1298 LLVMStyle.SpacesInParentheses = false; in getLLVMStyle()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst4452 **SpacesInParentheses** (``Boolean``) :versionbadge:`clang-format 3.7`