Home
last modified time | relevance | path

Searched refs:SpaceAfterLogicalNot (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/libucl/
H A D.clang-format51 SpaceAfterLogicalNot: false
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4482 bool SpaceAfterLogicalNot; member
5471 SpaceAfterLogicalNot == R.SpaceAfterLogicalNot &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1169 IO.mapOptional("SpaceAfterLogicalNot", Style.SpaceAfterLogicalNot); in mapping()
1658 LLVMStyle.SpaceAfterLogicalNot = false; in getLLVMStyle()
H A DTokenAnnotator.cpp5477 return Style.SpaceAfterLogicalNot; in spaceRequiredBefore()