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.h4994 bool InCStyleCasts; member
5015 InCStyleCasts(false), InEmptyParentheses(false), Other(false) {} in SpacesInParensCustom()
5018 bool InConditionalStatements, bool InCStyleCasts, in SpacesInParensCustom()
5022 InCStyleCasts(InCStyleCasts), InEmptyParentheses(InEmptyParentheses), in SpacesInParensCustom()
5028 InCStyleCasts == R.InCStyleCasts &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp790 IO.mapOptional("InCStyleCasts", Spaces.InCStyleCasts); in mapping()
1282 Style.SpacesInParensOptions.InCStyleCasts = in mapping()
1291 Style.SpacesInParensOptions.InCStyleCasts = in mapping()
H A DTokenAnnotator.cpp4571 ? Style.SpacesInParensOptions.InCStyleCasts in spaceRequiredBetween()