Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DFormat.cpp63 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()
DTokenAnnotator.cpp2219 Style.Standard == FormatStyle::LS_Cpp03) || in spaceRequiredBefore()
/external/clang/include/clang/Format/
DFormat.h603 LS_Cpp03, enumerator
/external/clang/docs/
DClangFormatStyleOptions.rst726 instead of ``A<A<int>>`` for ``LS_Cpp03``.
730 * ``LS_Cpp03`` (in configuration: ``Cpp03``)
/external/clang/unittests/Format/
DFormatTest.cpp8246 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()