Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Format/
H A DFormat.cpp383 IO.enumCase(Value, "c++03", FormatStyle::LS_Cpp03); in enumeration()
384 IO.enumCase(Value, "C++03", FormatStyle::LS_Cpp03); // Legacy alias in enumeration()
385 IO.enumCase(Value, "Cpp03", FormatStyle::LS_Cpp03); // Legacy alias in enumeration()
1758 Style.Standard = FormatStyle::LS_Cpp03; in getGNUStyle()
2335 : FormatStyle::LS_Cpp03; in deriveLocalStyle()
/openbsd/gnu/llvm/clang/include/clang/Format/
H A DFormat.h4059 LS_Cpp03, // c++03 enumerator
/openbsd/gnu/llvm/clang/docs/
H A DClangFormatStyleOptions.rst5118 * ``LS_Cpp03`` (in configuration: ``c++03``)