Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h3469 bool AfterControlStatements; member
3535 : AfterControlStatements(false), AfterForeachMacros(false), in SpaceBeforeParensCustom()
3542 return AfterControlStatements == Other.AfterControlStatements &&
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp935 IO.mapOptional("AfterControlStatements", Spacing.AfterControlStatements); in mapping()
1158 Expanded.SpaceBeforeParensOptions.AfterControlStatements = true; in expandPresetsSpaceBeforeParens()
1163 Expanded.SpaceBeforeParensOptions.AfterControlStatements = true; in expandPresetsSpaceBeforeParens()
1314 LLVMStyle.SpaceBeforeParensOptions.AfterControlStatements = true; in getLLVMStyle()
H A DTokenAnnotator.cpp3576 return Style.SpaceBeforeParensOptions.AfterControlStatements || in spaceRequiredBetween()
3602 return Style.SpaceBeforeParensOptions.AfterControlStatements || in spaceRequiredBetween()
3827 return Style.SpaceBeforeParensOptions.AfterControlStatements || in spaceRequiredBefore()
3950 return Style.SpaceBeforeParensOptions.AfterControlStatements || in spaceRequiredBefore()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst4202 AfterControlStatements: true
4214 AfterControlStatements: true
4217 * ``bool AfterControlStatements`` If ``true``, put space betwee control statement keywords
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp15312 SpaceControlStatements.SpaceBeforeParensOptions.AfterControlStatements = true; in TEST_F()
20111 CHECK_PARSE_NESTED_BOOL(SpaceBeforeParensOptions, AfterControlStatements); in TEST_F()