Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp71 IO.enumCase(Value, "c++03", FormatStyle::LS_Cpp03); in enumeration()
72 IO.enumCase(Value, "C++03", FormatStyle::LS_Cpp03); // Legacy alias in enumeration()
73 IO.enumCase(Value, "Cpp03", FormatStyle::LS_Cpp03); // Legacy alias in enumeration()
1357 Style.Standard = FormatStyle::LS_Cpp03; in getGNUStyle()
1734 : FormatStyle::LS_Cpp03; in deriveLocalStyle()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h3183 LS_Cpp03, // c++03 enumerator
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst3548 * ``LS_Cpp03`` (in configuration: ``c++03``)