Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h3191 LS_Cpp20, // c++20 enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp80 IO.enumCase(Value, "c++20", FormatStyle::LS_Cpp20); in enumeration()
2898 LexingStd = FormatStyle::LS_Cpp20; in getFormattingLangOpts()
2903 LangOpts.CPlusPlus20 = LexingStd >= FormatStyle::LS_Cpp20; in getFormattingLangOpts()
2904 LangOpts.Char8 = LexingStd >= FormatStyle::LS_Cpp20; in getFormattingLangOpts()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst3561 * ``LS_Cpp20`` (in configuration: ``c++20``)