Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4682 bool AfterFunctionDeclarationName; member
4750 AfterFunctionDeclarationName(false), in SpaceBeforeParensCustom()
4759 AfterFunctionDeclarationName ==
4760 Other.AfterFunctionDeclarationName &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp728 Spacing.AfterFunctionDeclarationName); in mapping()
H A DTokenAnnotator.cpp4873 : Options.AfterFunctionDeclarationName; in spaceRequiredBetween()