Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/libcbor/
H A D.clang-format136 SpaceBeforeRangeBasedForLoopColon: true
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4362 bool SpaceBeforeRangeBasedForLoopColon; member
4899 SpaceBeforeRangeBasedForLoopColon ==
4900 R.SpaceBeforeRangeBasedForLoopColon &&
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1095 Style.SpaceBeforeRangeBasedForLoopColon); in mapping()
1556 LLVMStyle.SpaceBeforeRangeBasedForLoopColon = true; in getLLVMStyle()
H A DTokenAnnotator.cpp4810 !Style.SpaceBeforeRangeBasedForLoopColon) { in spaceRequiredBefore()