Home
last modified time | relevance | path

Searched refs:LS_Cpp11 (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h3780 LS_Cpp11, // c++11 enumerator
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp80 IO.enumCase(Value, "c++11", FormatStyle::LS_Cpp11); in enumeration()
81 IO.enumCase(Value, "C++11", FormatStyle::LS_Cpp11); // Legacy alias in enumeration()
3419 LangOpts.CPlusPlus11 = LexingStd >= FormatStyle::LS_Cpp11; in getFormattingLangOpts()
3427 LangOpts.Digraphs = LexingStd >= FormatStyle::LS_Cpp11; in getFormattingLangOpts()
H A DTokenAnnotator.cpp4085 ((Style.Standard < FormatStyle::LS_Cpp11) || in spaceRequiredBefore()
4111 ((Style.Standard < FormatStyle::LS_Cpp11) || in spaceRequiredBefore()
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp20244 CHECK_PARSE("Standard: c++11", Standard, FormatStyle::LS_Cpp11); in TEST_F()
20254 CHECK_PARSE("Standard: C++11", Standard, FormatStyle::LS_Cpp11); in TEST_F()
22617 Spaces.Standard = FormatStyle::LS_Cpp11; in TEST_F()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst4485 * ``LS_Cpp11`` (in configuration: ``c++11``)