Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3365 LK_Json, enumerator
3385 bool isJson() const { return Language == LK_Json; } in isJson()
5808 case FormatStyle::LK_Json: in getLanguageName()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp423 IO.enumCase(Value, "Json", FormatStyle::LK_Json); in enumeration()
1717 case FormatStyle::LK_Json: in getLLVMStyle()
4140 return FormatStyle::LK_Json; in getLanguageByFileName()