Searched refs:LS_Cpp20 (Results 1 – 4 of 4) sorted by relevance
3786 LS_Cpp20, // c++20 enumerator
85 IO.enumCase(Value, "c++20", FormatStyle::LS_Cpp20); in enumeration()3417 LexingStd = FormatStyle::LS_Cpp20; in getFormattingLangOpts()3422 LangOpts.CPlusPlus20 = LexingStd >= FormatStyle::LS_Cpp20; in getFormattingLangOpts()3423 LangOpts.Char8 = LexingStd >= FormatStyle::LS_Cpp20; in getFormattingLangOpts()
4494 * ``LS_Cpp20`` (in configuration: ``c++20``)
20247 CHECK_PARSE("Standard: c++20", Standard, FormatStyle::LS_Cpp20); in TEST_F()