Home
last modified time | relevance | path

Searched refs:AfterControlStatements (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Format/
H A DFormat.h3777 bool AfterControlStatements; member
3843 : AfterControlStatements(false), AfterForeachMacros(false), in SpaceBeforeParensCustom()
3850 return AfterControlStatements == Other.AfterControlStatements &&
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormat.cpp640 IO.mapOptional("AfterControlStatements", Spacing.AfterControlStatements); in mapping()
1280 Expanded.SpaceBeforeParensOptions.AfterControlStatements = true; in expandPresetsSpaceBeforeParens()
1285 Expanded.SpaceBeforeParensOptions.AfterControlStatements = true; in expandPresetsSpaceBeforeParens()
1438 LLVMStyle.SpaceBeforeParensOptions.AfterControlStatements = true; in getLLVMStyle()
H A DTokenAnnotator.cpp3704 return Style.SpaceBeforeParensOptions.AfterControlStatements || in spaceRequiredBetween()
3730 return Style.SpaceBeforeParensOptions.AfterControlStatements || in spaceRequiredBetween()
3958 return Style.SpaceBeforeParensOptions.AfterControlStatements || in spaceRequiredBefore()
4081 return Style.SpaceBeforeParensOptions.AfterControlStatements || in spaceRequiredBefore()
/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormatStyleOptions.rst4811 AfterControlStatements: true
4823 AfterControlStatements: true
4826 * ``bool AfterControlStatements`` If ``true``, put space betwee control statement keywords