Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp485 const bool IsJson = FormatStyle->isJson(); in format() local
489 if (IsJson && !FormatStyle->DisableFormat) { in format()
508 return Replaces.size() > (IsJson ? 1u : 0u) && in format()