Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h3490 bool AfterFunctionDefinitionName; member
3537 AfterFunctionDefinitionName(false), AfterIfMacros(false), in SpaceBeforeParensCustom()
3546 AfterFunctionDefinitionName == Other.AfterFunctionDefinitionName &&
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst4203 AfterFunctionDefinitionName: true
4215 AfterFunctionDefinitionName: true
4241 …* ``bool AfterFunctionDefinitionName`` If ``true``, put a space between function definition name a…
/llvm-project-15.0.7/clang/lib/Format/
H A DTokenAnnotator.cpp3587 return Style.SpaceBeforeParensOptions.AfterFunctionDefinitionName || in spaceRequiredBetween()
3597 return Style.SpaceBeforeParensOptions.AfterFunctionDefinitionName || in spaceRequiredBetween()
H A DFormat.cpp938 Spacing.AfterFunctionDefinitionName); in mapping()
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp15373 SpaceFuncDef.SpaceBeforeParensOptions.AfterFunctionDefinitionName = true; in TEST_F()
20116 AfterFunctionDefinitionName); in TEST_F()