Searched refs:BeforeNonEmptyParentheses (Results 1 – 5 of 5) sorted by relevance
3532 bool BeforeNonEmptyParentheses; member3539 AfterRequiresInExpression(false), BeforeNonEmptyParentheses(false) {} in SpaceBeforeParensCustom()3551 BeforeNonEmptyParentheses == Other.BeforeNonEmptyParentheses;
947 Spacing.BeforeNonEmptyParentheses); in mapping()1166 Expanded.SpaceBeforeParensOptions.BeforeNonEmptyParentheses = true; in expandPresetsSpaceBeforeParens()
3251 if (Style.SpaceBeforeParensOptions.BeforeNonEmptyParentheses && in spaceRequiredBeforeParens()
15436 SomeSpace2.SpaceBeforeParensOptions.BeforeNonEmptyParentheses = true; in TEST_F()20119 CHECK_PARSE_NESTED_BOOL(SpaceBeforeParensOptions, BeforeNonEmptyParentheses); in TEST_F()
4287 …* ``bool BeforeNonEmptyParentheses`` If ``true``, put a space before opening parentheses only if t…