Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h3667 bool SpacesInCStyleCastParentheses; member
3979 SpacesInCStyleCastParentheses == R.SpacesInCStyleCastParentheses &&
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp10053 Spaces.SpacesInCStyleCastParentheses = true; in TEST_F()
10059 Spaces.SpacesInCStyleCastParentheses = false; in TEST_F()
15630 Spaces.SpacesInCStyleCastParentheses = true; in TEST_F()
15642 Spaces.SpacesInCStyleCastParentheses = true; in TEST_F()
15699 Spaces.SpacesInCStyleCastParentheses = false; in TEST_F()
20081 CHECK_PARSE_BOOL(SpacesInCStyleCastParentheses); in TEST_F()
23536 Style.SpacesInCStyleCastParentheses = true; in TEST_F()
23539 Style.SpacesInCStyleCastParentheses = false; in TEST_F()
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp889 Style.SpacesInCStyleCastParentheses); in mapping()
1303 LLVMStyle.SpacesInCStyleCastParentheses = false; in getLLVMStyle()
H A DTokenAnnotator.cpp3312 ? Style.SpacesInCStyleCastParentheses in spaceRequiredBetween()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst4382 **SpacesInCStyleCastParentheses** (``Boolean``) :versionbadge:`clang-format 3.7`