Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Format/
DFormat.h3319 LS_Cpp11, // c++11 enumerator
/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
DFormat.cpp76 IO.enumCase(Value, "c++11", FormatStyle::LS_Cpp11); in enumeration()
77 IO.enumCase(Value, "C++11", FormatStyle::LS_Cpp11); // Legacy alias in enumeration()
2968 LangOpts.CPlusPlus11 = LexingStd >= FormatStyle::LS_Cpp11; in getFormattingLangOpts()
DTokenAnnotator.cpp3526 ((Style.Standard < FormatStyle::LS_Cpp11) || in spaceRequiredBefore()
3548 ((Style.Standard < FormatStyle::LS_Cpp11) || in spaceRequiredBefore()