Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTestCSharp.cpp40 FormatStyle Style = getMicrosoftStyle(FormatStyle::LK_CSharp); in getStyleWithColumns()
76 FormatStyle Style = getGoogleStyle(FormatStyle::LK_CSharp); in TEST_F()
174 FormatStyle Style = getGoogleStyle(FormatStyle::LK_CSharp); in TEST_F()
180 FormatStyle Style = getGoogleStyle(FormatStyle::LK_CSharp); in TEST_F()
345 FormatStyle Style = getGoogleStyle(FormatStyle::LK_CSharp); in TEST_F()
353 FormatStyle Style = getGoogleStyle(FormatStyle::LK_CSharp); in TEST_F()
422 FormatStyle Style = getGoogleStyle(FormatStyle::LK_CSharp); in TEST_F()
435 FormatStyle Style = getGoogleStyle(FormatStyle::LK_CSharp); in TEST_F()
528 FormatStyle Style = getGoogleStyle(FormatStyle::LK_CSharp); in TEST_F()
563 FormatStyle Style = getGoogleStyle(FormatStyle::LK_CSharp); in TEST_F()
[all …]
H A DDefinitionBlockSeparatorTest.cpp533 FormatStyle Style = getLLVMStyle(FormatStyle::LK_CSharp); in TEST_F()
/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h2576 LK_CSharp, enumerator
2599 bool isCSharp() const { return Language == LK_CSharp; } in isCSharp()
4277 case FormatStyle::LK_CSharp: in getLanguageName()
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp69 IO.enumCase(Value, "CSharp", FormatStyle::LK_CSharp); in enumeration()
1487 } else if (Language == FormatStyle::LK_CSharp) { in getGoogleStyle()
3478 return FormatStyle::LK_CSharp; in getLanguageByFileName()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst3173 * ``LK_CSharp`` (in configuration: ``CSharp``)