Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DFormat.cpp51 IO.enumCase(Value, "Cpp03", FormatStyle::LS_Cpp03); in enumeration()
52 IO.enumCase(Value, "C++03", FormatStyle::LS_Cpp03); in enumeration()
408 ChromiumStyle.Standard = FormatStyle::LS_Cpp03; in getChromiumStyle()
423 MozillaStyle.Standard = FormatStyle::LS_Cpp03; in getMozillaStyle()
440 Style.Standard = FormatStyle::LS_Cpp03; in getWebKitStyle()
452 Style.Standard = FormatStyle::LS_Cpp03; in getGNUStyle()
1934 : FormatStyle::LS_Cpp03; in deriveLocalStyle()
2003 LangOpts.CPlusPlus11 = Standard == FormatStyle::LS_Cpp03 ? 0 : 1; in getFormattingLangOpts()
2004 LangOpts.CPlusPlus1y = Standard == FormatStyle::LS_Cpp03 ? 0 : 1; in getFormattingLangOpts()
DTokenAnnotator.cpp1497 return (Left.is(tok::less) && Style.Standard == FormatStyle::LS_Cpp03) || in spaceRequiredBetween()
/external/clang/include/clang/Format/
DFormat.h111 LS_Cpp03, enumerator
/external/clang/docs/
DClangFormatStyleOptions.rst379 ``A<A<int> >`` instead of ``A<A<int>>`` for LS_Cpp03.
383 * ``LS_Cpp03`` (in configuration: ``Cpp03``)
/external/clang/unittests/Format/
DFormatTest.cpp7057 Style.Standard = FormatStyle::LS_Cpp03; in TEST_F()
8159 CHECK_PARSE("Standard: Cpp03", Standard, FormatStyle::LS_Cpp03); in TEST_F()
8161 CHECK_PARSE("Standard: C++03", Standard, FormatStyle::LS_Cpp03); in TEST_F()
8965 Spaces.Standard = FormatStyle::LS_Cpp03; in TEST_F()