Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h5076 LS_Cpp11, // c++11 enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp434 IO.enumCase(Value, "c++11", FormatStyle::LS_Cpp11); in enumeration()
435 IO.enumCase(Value, "C++11", FormatStyle::LS_Cpp11); // Legacy alias in enumeration()
4056 const bool SinceCpp11 = LexingStd >= FormatStyle::LS_Cpp11; in getFormattingLangOpts()
H A DTokenAnnotator.cpp5504 ((Style.Standard < FormatStyle::LS_Cpp11) || in spaceRequiredBefore()
5530 ((Style.Standard < FormatStyle::LS_Cpp11) || in spaceRequiredBefore()