Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4550 bool InEmptyParentheses; member
4560 InEmptyParentheses(false), Other(false) {} in SpacesInParensCustom()
4563 bool InEmptyParentheses, bool Other) in SpacesInParensCustom()
4565 InCStyleCasts(InCStyleCasts), InEmptyParentheses(InEmptyParentheses), in SpacesInParensCustom()
4571 InEmptyParentheses == R.InEmptyParentheses && Other == R.Other;
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp741 IO.mapOptional("InEmptyParentheses", Spaces.InEmptyParentheses); in mapping()
1183 Style.SpacesInParensOptions.InEmptyParentheses = in mapping()
1192 Style.SpacesInParensOptions.InEmptyParentheses = in mapping()
H A DTokenAnnotator.cpp3974 return Style.SpacesInParensOptions.InEmptyParentheses; in spaceRequiredBetween()