Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp4057 const bool SinceCpp20 = LexingStd >= FormatStyle::LS_Cpp20; in getFormattingLangOpts() local
4070 LangOpts.CPlusPlus20 = SinceCpp20; in getFormattingLangOpts()
4076 LangOpts.Char8 = SinceCpp20; in getFormattingLangOpts()