Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp282 const bool EmptyLengths = Lengths.empty(); in fillRanges() local
284 if (Offsets.size() == 1 && EmptyLengths) { in fillRanges()
297 if (!EmptyLengths) in fillRanges()