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.h5005 bool InEmptyParentheses; member
5015 InCStyleCasts(false), InEmptyParentheses(false), Other(false) {} in SpacesInParensCustom()
5019 bool InEmptyParentheses, bool Other) in SpacesInParensCustom()
5022 InCStyleCasts(InCStyleCasts), InEmptyParentheses(InEmptyParentheses), in SpacesInParensCustom()
5029 InEmptyParentheses == R.InEmptyParentheses && Other == R.Other;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp792 IO.mapOptional("InEmptyParentheses", Spaces.InEmptyParentheses); in mapping()
1284 Style.SpacesInParensOptions.InEmptyParentheses = in mapping()
1293 Style.SpacesInParensOptions.InEmptyParentheses = in mapping()
H A DTokenAnnotator.cpp4522 return Style.SpacesInParensOptions.InEmptyParentheses; in spaceRequiredBetween()