Home
last modified time | relevance | path

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

/freebsd/contrib/libcbor/
H A D.clang-format136 SpaceBeforeRangeBasedForLoopColon: true
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4522 bool SpaceBeforeRangeBasedForLoopColon; member
5137 SpaceBeforeRangeBasedForLoopColon ==
5138 R.SpaceBeforeRangeBasedForLoopColon &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1102 Style.SpaceBeforeRangeBasedForLoopColon); in mapping()
1577 LLVMStyle.SpaceBeforeRangeBasedForLoopColon = true; in getLLVMStyle()
H A DTokenAnnotator.cpp5303 !Style.SpaceBeforeRangeBasedForLoopColon) { in spaceRequiredBefore()