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.h4689 bool AfterFunctionDefinitionName; member
4751 AfterFunctionDefinitionName(false), AfterIfMacros(false), in SpaceBeforeParensCustom()
4761 AfterFunctionDefinitionName == Other.AfterFunctionDefinitionName &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp4872 ? Options.AfterFunctionDefinitionName in spaceRequiredBetween()
4878 return Style.SpaceBeforeParensOptions.AfterFunctionDefinitionName || in spaceRequiredBetween()
H A DFormat.cpp726 Spacing.AfterFunctionDefinitionName); in mapping()