Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp417 IO.enumCase(Value, "Latest", FormatStyle::LS_Latest); in enumeration()
418 IO.enumCase(Value, "Cpp11", FormatStyle::LS_Latest); // Legacy alias in enumeration()
1567 LLVMStyle.Standard = FormatStyle::LS_Latest; in getLLVMStyle()
2506 ? FormatStyle::LS_Latest in deriveLocalStyle()
3824 LexingStd = FormatStyle::LS_Latest; in getFormattingLangOpts()
3825 if (LexingStd == FormatStyle::LS_Latest) in getFormattingLangOpts()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4626 LS_Latest, enumerator