Searched refs:LS_Cpp03 (Results 1 – 5 of 5) sorted by relevance
55 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()
2090 Style.Standard == FormatStyle::LS_Cpp03) || in spaceRequiredBefore()
560 LS_Cpp03, enumerator
633 ``A<A<int> >`` instead of ``A<A<int>>`` for LS_Cpp03.637 * ``LS_Cpp03`` (in configuration: ``Cpp03``)
8036 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()