Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4712 bool InCStyleCasts; member
4733 InCStyleCasts(false), InEmptyParentheses(false), Other(false) {} in SpacesInParensCustom()
4736 bool InConditionalStatements, bool InCStyleCasts, in SpacesInParensCustom()
4740 InCStyleCasts(InCStyleCasts), InEmptyParentheses(InEmptyParentheses), in SpacesInParensCustom()
4746 InCStyleCasts == R.InCStyleCasts &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp733 IO.mapOptional("InCStyleCasts", Spaces.InCStyleCasts); in mapping()
1191 Style.SpacesInParensOptions.InCStyleCasts = in mapping()
1200 Style.SpacesInParensOptions.InCStyleCasts = in mapping()
H A DTokenAnnotator.cpp4450 ? Style.SpacesInParensOptions.InCStyleCasts in spaceRequiredBetween()