Home
last modified time | relevance | path

Searched defs:SpacesInParensCustom (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4686 struct SpacesInParensCustom { struct
4697 bool ExceptDoubleParentheses;
4705 bool InConditionalStatements;
4712 bool InCStyleCasts;
4723 bool InEmptyParentheses;
4729 bool Other;
4731 SpacesInParensCustom() in SpacesInParensCustom() argument
4735 SpacesInParensCustom(bool ExceptDoubleParentheses, in SpacesInParensCustom() function