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.h4525 struct SpacesInParensCustom { struct
4533 bool InConditionalStatements;
4539 bool InCStyleCasts;
4550 bool InEmptyParentheses;
4556 bool Other;
4558 SpacesInParensCustom() in SpacesInParensCustom() argument
4562 SpacesInParensCustom(bool InConditionalStatements, bool InCStyleCasts, in SpacesInParensCustom() function