Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4539 bool InCStyleCasts; member
4559 : InConditionalStatements(false), InCStyleCasts(false), in SpacesInParensCustom()
4562 SpacesInParensCustom(bool InConditionalStatements, bool InCStyleCasts, in SpacesInParensCustom()
4565 InCStyleCasts(InCStyleCasts), InEmptyParentheses(InEmptyParentheses), in SpacesInParensCustom()
4570 InCStyleCasts == R.InCStyleCasts &&
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp739 IO.mapOptional("InCStyleCasts", Spaces.InCStyleCasts); in mapping()
1181 Style.SpacesInParensOptions.InCStyleCasts = in mapping()
1190 Style.SpacesInParensOptions.InCStyleCasts = in mapping()
H A DTokenAnnotator.cpp4015 ? Style.SpacesInParensOptions.InCStyleCasts in spaceRequiredBetween()