Searched refs:LS_Cpp03 (Results 1 – 5 of 5) sorted by relevance
63 IO.enumCase(Value, "Cpp03", FormatStyle::LS_Cpp03); in enumeration()64 IO.enumCase(Value, "C++03", FormatStyle::LS_Cpp03); in enumeration()686 Style.Standard = FormatStyle::LS_Cpp03; in getWebKitStyle()700 Style.Standard = FormatStyle::LS_Cpp03; in getGNUStyle()973 : FormatStyle::LS_Cpp03; in deriveLocalStyle()1658 LangOpts.CPlusPlus11 = Style.Standard == FormatStyle::LS_Cpp03 ? 0 : 1; in getFormattingLangOpts()1659 LangOpts.CPlusPlus14 = Style.Standard == FormatStyle::LS_Cpp03 ? 0 : 1; in getFormattingLangOpts()
2219 Style.Standard == FormatStyle::LS_Cpp03) || in spaceRequiredBefore()
603 LS_Cpp03, enumerator
726 instead of ``A<A<int>>`` for ``LS_Cpp03``.730 * ``LS_Cpp03`` (in configuration: ``Cpp03``)
8246 Style.Standard = FormatStyle::LS_Cpp03; in TEST_F()10240 CHECK_PARSE("Standard: Cpp03", Standard, FormatStyle::LS_Cpp03); in TEST_F()10242 CHECK_PARSE("Standard: C++03", Standard, FormatStyle::LS_Cpp03); in TEST_F()11310 Spaces.Standard = FormatStyle::LS_Cpp03; in TEST_F()