Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4623 LS_Cpp20, // c++20 enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp415 IO.enumCase(Value, "c++20", FormatStyle::LS_Cpp20); in enumeration()
3826 LexingStd = FormatStyle::LS_Cpp20; in getFormattingLangOpts()
3831 LangOpts.CPlusPlus20 = LexingStd >= FormatStyle::LS_Cpp20; in getFormattingLangOpts()
3832 LangOpts.Char8 = LexingStd >= FormatStyle::LS_Cpp20; in getFormattingLangOpts()