Home
last modified time | relevance | path

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

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