Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp76 IO.enumCase(Value, "c++03", FormatStyle::LS_Cpp03); in enumeration()
77 IO.enumCase(Value, "C++03", FormatStyle::LS_Cpp03); // Legacy alias in enumeration()
78 IO.enumCase(Value, "Cpp03", FormatStyle::LS_Cpp03); // Legacy alias in enumeration()
1618 Style.Standard = FormatStyle::LS_Cpp03; in getGNUStyle()
2134 : FormatStyle::LS_Cpp03; in deriveLocalStyle()
/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h3778 LS_Cpp03, // c++03 enumerator
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp14104 Style.Standard = FormatStyle::LS_Cpp03; in TEST_F()
20243 CHECK_PARSE("Standard: c++03", Standard, FormatStyle::LS_Cpp03); in TEST_F()
20251 CHECK_PARSE("Standard: Cpp03", Standard, FormatStyle::LS_Cpp03); in TEST_F()
20253 CHECK_PARSE("Standard: C++03", Standard, FormatStyle::LS_Cpp03); in TEST_F()
22600 Spaces.Standard = FormatStyle::LS_Cpp03; in TEST_F()
23215 Style.Standard = FormatStyle::LS_Cpp03; in TEST_F()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst4481 * ``LS_Cpp03`` (in configuration: ``c++03``)