Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4723 bool InEmptyParentheses; member
4733 InCStyleCasts(false), InEmptyParentheses(false), Other(false) {} in SpacesInParensCustom()
4737 bool InEmptyParentheses, bool Other) in SpacesInParensCustom()
4740 InCStyleCasts(InCStyleCasts), InEmptyParentheses(InEmptyParentheses), in SpacesInParensCustom()
4747 InEmptyParentheses == R.InEmptyParentheses && Other == R.Other;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp735 IO.mapOptional("InEmptyParentheses", Spaces.InEmptyParentheses); in mapping()
1193 Style.SpacesInParensOptions.InEmptyParentheses = in mapping()
1202 Style.SpacesInParensOptions.InEmptyParentheses = in mapping()
H A DTokenAnnotator.cpp4398 return Style.SpacesInParensOptions.InEmptyParentheses; in spaceRequiredBetween()