reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Format/Format.cpp
   78     IO.enumCase(Value, "c++17", FormatStyle::LS_Cpp17);
 2502   LangOpts.CPlusPlus17 = LexingStd >= FormatStyle::LS_Cpp17;
tools/clang/unittests/Format/FormatTest.cpp
 9601   Style.Standard = FormatStyle::LS_Cpp17;
12524   CHECK_PARSE("Standard: c++17", Standard, FormatStyle::LS_Cpp17);