Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Format/
DFormat.h2105 bool SpaceAfterLogicalNot; member
2532 SpaceAfterLogicalNot == R.SpaceAfterLogicalNot &&
/external/OpenCL-CTS/
D.clang-format103 SpaceAfterLogicalNot: false
/external/llvm-project/clang/lib/Format/
DFormat.cpp605 IO.mapOptional("SpaceAfterLogicalNot", Style.SpaceAfterLogicalNot); in mapping()
956 LLVMStyle.SpaceAfterLogicalNot = false; in getLLVMStyle()
DTokenAnnotator.cpp3376 return (Style.SpaceAfterLogicalNot && Left.is(tok::exclaim)) || in spaceRequiredBefore()
/external/llvm-project/clang/unittests/Format/
DFormatTest.cpp11844 TEST_F(FormatTest, SpaceAfterLogicalNot) { in TEST_F() argument
11846 Spaces.SpaceAfterLogicalNot = true; in TEST_F()
14138 CHECK_PARSE_BOOL(SpaceAfterLogicalNot); in TEST_F()
/external/llvm-project/clang/docs/
DClangFormatStyleOptions.rst2489 **SpaceAfterLogicalNot** (``bool``)