Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h3483 bool AfterFunctionDeclarationName; member
3536 AfterFunctionDeclarationName(false), in SpaceBeforeParensCustom()
3544 AfterFunctionDeclarationName ==
3545 Other.AfterFunctionDeclarationName &&
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp940 Spacing.AfterFunctionDeclarationName); in mapping()
H A DTokenAnnotator.cpp3590 return Style.SpaceBeforeParensOptions.AfterFunctionDeclarationName || in spaceRequiredBetween()
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp15338 SpaceFuncDecl.SpaceBeforeParensOptions.AfterFunctionDeclarationName = true; in TEST_F()
20114 AfterFunctionDeclarationName); in TEST_F()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst4233 …* ``bool AfterFunctionDeclarationName`` If ``true``, put a space between function declaration name…