Searched refs:LK_CSharp (Results 1 – 5 of 5) sorted by relevance
40 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 …]
533 FormatStyle Style = getLLVMStyle(FormatStyle::LK_CSharp); in TEST_F()
2576 LK_CSharp, enumerator2599 bool isCSharp() const { return Language == LK_CSharp; } in isCSharp()4277 case FormatStyle::LK_CSharp: in getLanguageName()
69 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()
3173 * ``LK_CSharp`` (in configuration: ``CSharp``)