Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp495 if (FormatStyle->isJson() && !FormatStyle->DisableFormat) { in format()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3211 bool isJson() const { return Language == LK_Json; } in isJson() function
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp2323 if (Style.isJson() || Style.isJavaScript() || !Style.BreakStringLiterals || in createBreakableToken()
H A DTokenAnnotator.cpp4945 } else if (Style.isJson()) { in spaceRequiredBefore()
5593 if (Style.isJson()) { in mustBreakBefore()
H A DFormat.cpp3651 if (Style.isJson()) { in reformat()