Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h117 LS_Cpp11, enumerator
/external/clang/lib/Format/
DFormat.cpp55 IO.enumCase(Value, "Cpp11", FormatStyle::LS_Cpp11); in enumeration()
56 IO.enumCase(Value, "C++11", FormatStyle::LS_Cpp11); in enumeration()
370 LLVMStyle.Standard = FormatStyle::LS_Cpp11; in getLLVMStyle()
1443 Style.Standard = HasCpp03IncompatibleFormat ? FormatStyle::LS_Cpp11 in deriveLocalStyle()
DTokenAnnotator.cpp1853 (Style.Standard != FormatStyle::LS_Cpp11 || Style.SpacesInAngles); in spaceRequiredBefore()
/external/clang/unittests/Format/
DFormatTest.cpp8975 CHECK_PARSE("Standard: Cpp11", Standard, FormatStyle::LS_Cpp11); in TEST_F()
8977 CHECK_PARSE("Standard: C++11", Standard, FormatStyle::LS_Cpp11); in TEST_F()
9873 Spaces.Standard = FormatStyle::LS_Cpp11; in TEST_F()
/external/clang/docs/
DClangFormatStyleOptions.rst491 * ``LS_Cpp11`` (in configuration: ``Cpp11``)