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.h4746 bool BeforeNonEmptyParentheses; member
4754 AfterRequiresInExpression(false), BeforeNonEmptyParentheses(false) {} in SpaceBeforeParensCustom()
4768 BeforeNonEmptyParentheses == Other.BeforeNonEmptyParentheses;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp737 Spacing.BeforeNonEmptyParentheses); in mapping()
1488 Expanded.SpaceBeforeParensOptions.BeforeNonEmptyParentheses = true; in expandPresetsSpaceBeforeParens()
H A DTokenAnnotator.cpp4486 if (Style.SpaceBeforeParensOptions.BeforeNonEmptyParentheses && in spaceRequiredBeforeParens()