Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h3782 LS_Cpp14, // c++14 enumerator
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp83 IO.enumCase(Value, "c++14", FormatStyle::LS_Cpp14); in enumeration()
3420 LangOpts.CPlusPlus14 = LexingStd >= FormatStyle::LS_Cpp14; in getFormattingLangOpts()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst4488 * ``LS_Cpp14`` (in configuration: ``c++14``)
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp20245 CHECK_PARSE("Standard: c++14", Standard, FormatStyle::LS_Cpp14); in TEST_F()