Home
last modified time | relevance | path

Searched refs:LS_Cpp20 (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h3786 LS_Cpp20, // c++20 enumerator
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp85 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()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst4494 * ``LS_Cpp20`` (in configuration: ``c++20``)
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp20247 CHECK_PARSE("Standard: c++20", Standard, FormatStyle::LS_Cpp20); in TEST_F()