Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h1610 bool SpaceBeforeRangeBasedForLoopColon; member
1800 SpaceBeforeRangeBasedForLoopColon ==
1801 R.SpaceBeforeRangeBasedForLoopColon &&
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp461 Style.SpaceBeforeRangeBasedForLoopColon); in mapping()
702 LLVMStyle.SpaceBeforeRangeBasedForLoopColon = true; in getLLVMStyle()
H A DTokenAnnotator.cpp2745 !Style.SpaceBeforeRangeBasedForLoopColon) in spaceRequiredBefore()