Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h605 LS_Cpp11, enumerator
/external/clang/lib/Format/
DFormat.cpp65 IO.enumCase(Value, "Cpp11", FormatStyle::LS_Cpp11); in enumeration()
66 IO.enumCase(Value, "C++11", FormatStyle::LS_Cpp11); in enumeration()
546 LLVMStyle.Standard = FormatStyle::LS_Cpp11; in getLLVMStyle()
972 ? FormatStyle::LS_Cpp11 in deriveLocalStyle()
DTokenAnnotator.cpp2210 (Style.Standard != FormatStyle::LS_Cpp11 || Style.SpacesInAngles); in spaceRequiredBefore()
/external/llvm-project/clang/include/clang/Format/
DFormat.h2385 LS_Cpp11, // c++11 enumerator
/external/llvm-project/clang/lib/Format/
DFormat.cpp75 IO.enumCase(Value, "c++11", FormatStyle::LS_Cpp11); in enumeration()
76 IO.enumCase(Value, "C++11", FormatStyle::LS_Cpp11); // Legacy alias in enumeration()
2773 LangOpts.CPlusPlus11 = LexingStd >= FormatStyle::LS_Cpp11; in getFormattingLangOpts()
DTokenAnnotator.cpp3391 (Style.Standard < FormatStyle::LS_Cpp11 || Style.SpacesInAngles); in spaceRequiredBefore()
3412 (Style.Standard < FormatStyle::LS_Cpp11 || Style.SpacesInAngles)) || in spaceRequiredBefore()
/external/clang/unittests/Format/
DFormatTest.cpp10241 CHECK_PARSE("Standard: Cpp11", Standard, FormatStyle::LS_Cpp11); in TEST_F()
10243 CHECK_PARSE("Standard: C++11", Standard, FormatStyle::LS_Cpp11); in TEST_F()
11317 Spaces.Standard = FormatStyle::LS_Cpp11; in TEST_F()
/external/clang/docs/
DClangFormatStyleOptions.rst733 * ``LS_Cpp11`` (in configuration: ``Cpp11``)
/external/llvm-project/clang/unittests/Format/
DFormatTest.cpp14208 CHECK_PARSE("Standard: c++11", Standard, FormatStyle::LS_Cpp11); in TEST_F()
14218 CHECK_PARSE("Standard: C++11", Standard, FormatStyle::LS_Cpp11); in TEST_F()
16172 Spaces.Standard = FormatStyle::LS_Cpp11; in TEST_F()
/external/llvm-project/clang/docs/
DClangFormatStyleOptions.rst2782 * ``LS_Cpp11`` (in configuration: ``c++11``)