Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libcbor/
H A D.clang-format136 SpaceBeforeRangeBasedForLoopColon: true
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3130 bool SpaceBeforeRangeBasedForLoopColon; member
3501 SpaceBeforeRangeBasedForLoopColon ==
3502 R.SpaceBeforeRangeBasedForLoopColon &&
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp729 Style.SpaceBeforeRangeBasedForLoopColon); in mapping()
1102 LLVMStyle.SpaceBeforeRangeBasedForLoopColon = true; in getLLVMStyle()
H A DTokenAnnotator.cpp3456 !Style.SpaceBeforeRangeBasedForLoopColon) in spaceRequiredBefore()