Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp441 IO.enumCase(Value, "Latest", FormatStyle::LS_Latest); in enumeration()
442 IO.enumCase(Value, "Cpp11", FormatStyle::LS_Latest); // Legacy alias in enumeration()
1683 LLVMStyle.Standard = FormatStyle::LS_Latest; in getLLVMStyle()
2708 ? FormatStyle::LS_Latest in deriveLocalStyle()
4053 if (LexingStd == FormatStyle::LS_Auto || LexingStd == FormatStyle::LS_Latest) in getFormattingLangOpts()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h5085 LS_Latest, enumerator