Searched refs:InEmptyParentheses (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4374 /// This option is **deprecated**. See ``InEmptyParentheses`` of
4508 /// ``InEmptyParentheses``.
4550 bool InEmptyParentheses; member in struct:clang::format::SpacesInParensCustom
4560 InEmptyParentheses(false), Other(false) {}
4563 bool InEmptyParentheses, bool Other)
4565 InCStyleCasts(InCStyleCasts), InEmptyParentheses(InEmptyParentheses),
4571 InEmptyParentheses == R.InEmptyParentheses && Other == R.Other;
4588 /// InEmptyParentheses
4562 SpacesInParensCustom(bool InConditionalStatements, bool InCStyleCasts, bool InEmptyParentheses, bool Other) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp741 IO.mapOptional("InEmptyParentheses", Spaces.InEmptyParentheses);
1178 // set all options except InCStyleCasts and InEmptyParentheses
1183 Style.SpacesInParensOptions.InEmptyParentheses =
1192 Style.SpacesInParensOptions.InEmptyParentheses =
H A DTokenAnnotator.cpp3974 return Style.SpacesInParensOptions.InEmptyParentheses;

Completed in 477 milliseconds