Home
last modified time | relevance | path

Searched refs:LS_Cpp11 (Results 1 – 5 of 5) 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/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``)