Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Format/
HDFormat.h4465 bool BeforeNonEmptyParentheses; member
4473 BeforeNonEmptyParentheses(false) {} in SpaceBeforeParensCustom()
4486 BeforeNonEmptyParentheses == Other.BeforeNonEmptyParentheses;
/freebsd-14-stable/contrib/llvm-project/clang/lib/Format/
HDFormat.cpp680 Spacing.BeforeNonEmptyParentheses); in mapping()
1397 Expanded.SpaceBeforeParensOptions.BeforeNonEmptyParentheses = true; in expandPresetsSpaceBeforeParens()
HDTokenAnnotator.cpp4363 if (Style.SpaceBeforeParensOptions.BeforeNonEmptyParentheses && in spaceRequiredBeforeParens()