Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4703 bool AfterNot; member
4752 AfterNot(false), AfterOverloadedOperator(false), in SpaceBeforeParensCustom()
4763 AfterNot == Other.AfterNot &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp730 IO.mapOptional("AfterNot", Spacing.AfterNot); in mapping()
H A DTokenAnnotator.cpp5480 (Right.is(tok::l_paren) && Style.SpaceBeforeParensOptions.AfterNot); in spaceRequiredBefore()