Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4415 bool AfterFunctionDefinitionName; member
4470 AfterFunctionDefinitionName(false), AfterIfMacros(false), in SpaceBeforeParensCustom()
4480 AfterFunctionDefinitionName == Other.AfterFunctionDefinitionName &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp4749 ? Options.AfterFunctionDefinitionName in spaceRequiredBetween()
4755 return Style.SpaceBeforeParensOptions.AfterFunctionDefinitionName || in spaceRequiredBetween()
H A DFormat.cpp670 Spacing.AfterFunctionDefinitionName); in mapping()