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.cpp52 case FormatStyle::LK_CSharp: in process()
H A DFormat.cpp389 IO.enumCase(Value, "CSharp", FormatStyle::LK_CSharp); in enumeration()
1763 } else if (Language == FormatStyle::LK_CSharp) { in getGoogleStyle()
3932 return FormatStyle::LK_CSharp; in getLanguageByFileName()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3187 LK_CSharp, enumerator
3210 bool isCSharp() const { return Language == LK_CSharp; } in isCSharp()
5448 case FormatStyle::LK_CSharp: in getLanguageName()