Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4216 bool SpaceAfterLogicalNot; member
5125 SpaceAfterLogicalNot == R.SpaceAfterLogicalNot &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1084 IO.mapOptional("SpaceAfterLogicalNot", Style.SpaceAfterLogicalNot); in mapping()
1563 LLVMStyle.SpaceAfterLogicalNot = false; in getLLVMStyle()
H A DTokenAnnotator.cpp5350 return Style.SpaceAfterLogicalNot && Left.is(tok::exclaim); in spaceRequiredBefore()