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.h3193 LK_Json, enumerator
3211 bool isJson() const { return Language == LK_Json; } in isJson()
5456 case FormatStyle::LK_Json: in getLanguageName()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp390 IO.enumCase(Value, "Json", FormatStyle::LK_Json); in enumeration()
1618 case FormatStyle::LK_Json: in getLLVMStyle()
3934 return FormatStyle::LK_Json; in getLanguageByFileName()