Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DIntegerLiteralSeparatorFixer.cpp48 case FormatStyle::LK_CSharp: in process()
H A DFormat.cpp422 IO.enumCase(Value, "CSharp", FormatStyle::LK_CSharp); in enumeration()
1866 } else if (Language == FormatStyle::LK_CSharp) { in getGoogleStyle()
4137 return FormatStyle::LK_CSharp; in getLanguageByFileName()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3359 LK_CSharp, enumerator
3384 bool isCSharp() const { return Language == LK_CSharp; } in isCSharp()
5800 case FormatStyle::LK_CSharp: in getLanguageName()