Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4422 bool AfterIfMacros; member
4470 AfterFunctionDefinitionName(false), AfterIfMacros(false), in SpaceBeforeParensCustom()
4481 AfterIfMacros == Other.AfterIfMacros &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp673 IO.mapOptional("AfterIfMacros", Spacing.AfterIfMacros); in mapping()
1391 Expanded.SpaceBeforeParensOptions.AfterIfMacros = true; in expandPresetsSpaceBeforeParens()
1576 LLVMStyle.SpaceBeforeParensOptions.AfterIfMacros = true; in getLLVMStyle()
H A DTokenAnnotator.cpp4718 return Style.SpaceBeforeParensOptions.AfterIfMacros || in spaceRequiredBetween()