Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3375 LK_TextProto, enumerator
3389 bool isTextProto() const { return Language == LK_TextProto; } in isTextProto()
5814 case FormatStyle::LK_TextProto: in getLanguageName()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp421 IO.enumCase(Value, "TextProto", FormatStyle::LK_TextProto); in enumeration()
1732 if (Language == FormatStyle::LK_TextProto) { in getGoogleStyle()
1734 GoogleStyle.Language = FormatStyle::LK_TextProto; in getGoogleStyle()
1784 FormatStyle::LK_TextProto, in getGoogleStyle()
4132 return FormatStyle::LK_TextProto; in getLanguageByFileName()