Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DFormat.cpp55 IO.enumCase(Value, "Cpp03", FormatStyle::LS_Cpp03); in enumeration()
56 IO.enumCase(Value, "C++03", FormatStyle::LS_Cpp03); in enumeration()
651 Style.Standard = FormatStyle::LS_Cpp03; in getWebKitStyle()
665 Style.Standard = FormatStyle::LS_Cpp03; in getGNUStyle()
1690 : FormatStyle::LS_Cpp03; in deriveLocalStyle()
1917 LangOpts.CPlusPlus11 = Style.Standard == FormatStyle::LS_Cpp03 ? 0 : 1; in getFormattingLangOpts()
1918 LangOpts.CPlusPlus14 = Style.Standard == FormatStyle::LS_Cpp03 ? 0 : 1; in getFormattingLangOpts()
DTokenAnnotator.cpp2090 Style.Standard == FormatStyle::LS_Cpp03) || in spaceRequiredBefore()
/external/clang/include/clang/Format/
DFormat.h560 LS_Cpp03, enumerator
/external/clang/docs/
DClangFormatStyleOptions.rst633 ``A<A<int> >`` instead of ``A<A<int>>`` for LS_Cpp03.
637 * ``LS_Cpp03`` (in configuration: ``Cpp03``)
/external/clang/unittests/Format/
DFormatTest.cpp8036 Style.Standard = FormatStyle::LS_Cpp03; in TEST_F()
9802 CHECK_PARSE("Standard: Cpp03", Standard, FormatStyle::LS_Cpp03); in TEST_F()
9804 CHECK_PARSE("Standard: C++03", Standard, FormatStyle::LS_Cpp03); in TEST_F()
10850 Spaces.Standard = FormatStyle::LS_Cpp03; in TEST_F()