Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h2846 bool SpaceAfterLogicalNot; member
3354 SpaceAfterLogicalNot == R.SpaceAfterLogicalNot &&
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp676 IO.mapOptional("SpaceAfterLogicalNot", Style.SpaceAfterLogicalNot); in mapping()
1051 LLVMStyle.SpaceAfterLogicalNot = false; in getLLVMStyle()
H A DTokenAnnotator.cpp3376 return (Style.SpaceAfterLogicalNot && Left.is(tok::exclaim)) || in spaceRequiredBefore()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst3212 **SpaceAfterLogicalNot** (``bool``)