Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h563 LS_Cpp11, enumerator
/external/clang/lib/Format/
DFormat.cpp57 IO.enumCase(Value, "Cpp11", FormatStyle::LS_Cpp11); in enumeration()
58 IO.enumCase(Value, "C++11", FormatStyle::LS_Cpp11); in enumeration()
518 LLVMStyle.Standard = FormatStyle::LS_Cpp11; in getLLVMStyle()
1689 ? FormatStyle::LS_Cpp11 in deriveLocalStyle()
DTokenAnnotator.cpp2081 (Style.Standard != FormatStyle::LS_Cpp11 || Style.SpacesInAngles); in spaceRequiredBefore()
/external/clang/unittests/Format/
DFormatTest.cpp9803 CHECK_PARSE("Standard: Cpp11", Standard, FormatStyle::LS_Cpp11); in TEST_F()
9805 CHECK_PARSE("Standard: C++11", Standard, FormatStyle::LS_Cpp11); in TEST_F()
10857 Spaces.Standard = FormatStyle::LS_Cpp11; in TEST_F()
/external/clang/docs/
DClangFormatStyleOptions.rst639 * ``LS_Cpp11`` (in configuration: ``Cpp11``)