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.h5082 LS_Cpp20, // c++20 enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp439 IO.enumCase(Value, "c++20", FormatStyle::LS_Cpp20); in enumeration()
4054 LexingStd = FormatStyle::LS_Cpp20; in getFormattingLangOpts()
4057 const bool SinceCpp20 = LexingStd >= FormatStyle::LS_Cpp20; in getFormattingLangOpts()