Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h3532 bool BeforeNonEmptyParentheses; member
3539 AfterRequiresInExpression(false), BeforeNonEmptyParentheses(false) {} in SpaceBeforeParensCustom()
3551 BeforeNonEmptyParentheses == Other.BeforeNonEmptyParentheses;
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp947 Spacing.BeforeNonEmptyParentheses); in mapping()
1166 Expanded.SpaceBeforeParensOptions.BeforeNonEmptyParentheses = true; in expandPresetsSpaceBeforeParens()
H A DTokenAnnotator.cpp3251 if (Style.SpaceBeforeParensOptions.BeforeNonEmptyParentheses && in spaceRequiredBeforeParens()
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp15436 SomeSpace2.SpaceBeforeParensOptions.BeforeNonEmptyParentheses = true; in TEST_F()
20119 CHECK_PARSE_NESTED_BOOL(SpaceBeforeParensOptions, BeforeNonEmptyParentheses); in TEST_F()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst4287 …* ``bool BeforeNonEmptyParentheses`` If ``true``, put a space before opening parentheses only if t…