Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h5074 LS_Cpp03, // c++03 enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp430 IO.enumCase(Value, "c++03", FormatStyle::LS_Cpp03); in enumeration()
431 IO.enumCase(Value, "C++03", FormatStyle::LS_Cpp03); // Legacy alias in enumeration()
432 IO.enumCase(Value, "Cpp03", FormatStyle::LS_Cpp03); // Legacy alias in enumeration()
2709 : FormatStyle::LS_Cpp03; in deriveLocalStyle()