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.h4408 bool AfterFunctionDeclarationName; member
4469 AfterFunctionDeclarationName(false), in SpaceBeforeParensCustom()
4478 AfterFunctionDeclarationName ==
4479 Other.AfterFunctionDeclarationName &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp672 Spacing.AfterFunctionDeclarationName); in mapping()
H A DTokenAnnotator.cpp4750 : Options.AfterFunctionDeclarationName; in spaceRequiredBetween()