Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4800 LS_Cpp20, // c++20 enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp406 IO.enumCase(Value, "c++20", FormatStyle::LS_Cpp20); in enumeration()
3868 LexingStd = FormatStyle::LS_Cpp20; in getFormattingLangOpts()
3873 LangOpts.CPlusPlus20 = LexingStd >= FormatStyle::LS_Cpp20; in getFormattingLangOpts()
3874 LangOpts.Char8 = LexingStd >= FormatStyle::LS_Cpp20; in getFormattingLangOpts()