Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp83 IO.enumCase(Value, "Latest", FormatStyle::LS_Latest); in enumeration()
84 IO.enumCase(Value, "Cpp11", FormatStyle::LS_Latest); // Legacy alias in enumeration()
1083 LLVMStyle.Standard = FormatStyle::LS_Latest; in getLLVMStyle()
1782 ? FormatStyle::LS_Latest in deriveLocalStyle()
2964 LexingStd = FormatStyle::LS_Latest; in getFormattingLangOpts()
2965 if (LexingStd == FormatStyle::LS_Latest) in getFormattingLangOpts()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3328 LS_Latest, enumerator