Searched refs:LS_Cpp11 (Results 1 – 3 of 3) sorted by relevance
4794 LS_Cpp11, // c++11 enumerator
401 IO.enumCase(Value, "c++11", FormatStyle::LS_Cpp11); in enumeration()402 IO.enumCase(Value, "C++11", FormatStyle::LS_Cpp11); // Legacy alias in enumeration()3870 LangOpts.CPlusPlus11 = LexingStd >= FormatStyle::LS_Cpp11; in getFormattingLangOpts()3878 LangOpts.Digraphs = LexingStd >= FormatStyle::LS_Cpp11; in getFormattingLangOpts()
5374 ((Style.Standard < FormatStyle::LS_Cpp11) || in spaceRequiredBefore()5400 ((Style.Standard < FormatStyle::LS_Cpp11) || in spaceRequiredBefore()