Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h114 LS_Cpp11, enumerator
495 FormatStyle::LanguageStandard Standard = FormatStyle::LS_Cpp11);
/external/clang/lib/Format/
DFormat.cpp53 IO.enumCase(Value, "Cpp11", FormatStyle::LS_Cpp11); in enumeration()
54 IO.enumCase(Value, "C++11", FormatStyle::LS_Cpp11); in enumeration()
343 LLVMStyle.Standard = FormatStyle::LS_Cpp11; in getLLVMStyle()
1933 Style.Standard = HasCpp03IncompatibleFormat ? FormatStyle::LS_Cpp11 in deriveLocalStyle()
DTokenAnnotator.cpp1613 (Style.Standard != FormatStyle::LS_Cpp11 || Style.SpacesInAngles); in spaceRequiredBefore()
/external/clang/unittests/Format/
DFormatTest.cpp8160 CHECK_PARSE("Standard: Cpp11", Standard, FormatStyle::LS_Cpp11); in TEST_F()
8162 CHECK_PARSE("Standard: C++11", Standard, FormatStyle::LS_Cpp11); in TEST_F()
8972 Spaces.Standard = FormatStyle::LS_Cpp11; in TEST_F()
/external/clang/docs/
DClangFormatStyleOptions.rst385 * ``LS_Cpp11`` (in configuration: ``Cpp11``)