Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp408 IO.enumCase(Value, "Latest", FormatStyle::LS_Latest); in enumeration()
409 IO.enumCase(Value, "Cpp11", FormatStyle::LS_Latest); // Legacy alias in enumeration()
1586 LLVMStyle.Standard = FormatStyle::LS_Latest; in getLLVMStyle()
2539 ? FormatStyle::LS_Latest in deriveLocalStyle()
3866 LexingStd = FormatStyle::LS_Latest; in getFormattingLangOpts()
3867 if (LexingStd == FormatStyle::LS_Latest) in getFormattingLangOpts()
/src/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4803 LS_Latest, enumerator