Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Format/
H A DFormat.h3791 bool AfterFunctionDeclarationName; member
3844 AfterFunctionDeclarationName(false), in SpaceBeforeParensCustom()
3852 AfterFunctionDeclarationName ==
3853 Other.AfterFunctionDeclarationName &&
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormat.cpp645 Spacing.AfterFunctionDeclarationName); in mapping()
H A DTokenAnnotator.cpp3718 return Style.SpaceBeforeParensOptions.AfterFunctionDeclarationName || in spaceRequiredBetween()
/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormatStyleOptions.rst4842 …* ``bool AfterFunctionDeclarationName`` If ``true``, put a space between function declaration name…