Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h3185 LS_Cpp11, // c++11 enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp75 IO.enumCase(Value, "c++11", FormatStyle::LS_Cpp11); in enumeration()
76 IO.enumCase(Value, "C++11", FormatStyle::LS_Cpp11); // Legacy alias in enumeration()
2900 LangOpts.CPlusPlus11 = LexingStd >= FormatStyle::LS_Cpp11; in getFormattingLangOpts()
H A DTokenAnnotator.cpp3399 ((Style.Standard < FormatStyle::LS_Cpp11) || in spaceRequiredBefore()
3421 ((Style.Standard < FormatStyle::LS_Cpp11) || in spaceRequiredBefore()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst3552 * ``LS_Cpp11`` (in configuration: ``c++11``)