Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp87 IO.enumCase(Value, "Latest", FormatStyle::LS_Latest); in enumeration()
88 IO.enumCase(Value, "Cpp11", FormatStyle::LS_Latest); // Legacy alias in enumeration()
1293 LLVMStyle.Standard = FormatStyle::LS_Latest; in getLLVMStyle()
2133 ? FormatStyle::LS_Latest in deriveLocalStyle()
3415 LexingStd = FormatStyle::LS_Latest; in getFormattingLangOpts()
3416 if (LexingStd == FormatStyle::LS_Latest) in getFormattingLangOpts()
/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h3789 LS_Latest, enumerator
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp20249 CHECK_PARSE("Standard: Latest", Standard, FormatStyle::LS_Latest); in TEST_F()
20252 CHECK_PARSE("Standard: Cpp11", Standard, FormatStyle::LS_Latest); in TEST_F()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst4497 * ``LS_Latest`` (in configuration: ``Latest``)