Searched refs:LS_Latest (Results 1 – 4 of 4) sorted by relevance
87 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()
3789 LS_Latest, enumerator
20249 CHECK_PARSE("Standard: Latest", Standard, FormatStyle::LS_Latest); in TEST_F()20252 CHECK_PARSE("Standard: Cpp11", Standard, FormatStyle::LS_Latest); in TEST_F()
4497 * ``LS_Latest`` (in configuration: ``Latest``)