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

References

tools/clang/lib/Format/Format.cpp
   79     IO.enumCase(Value, "c++20", FormatStyle::LS_Cpp20);
 2498     LexingStd = FormatStyle::LS_Cpp20;
 2503   LangOpts.CPlusPlus2a = LexingStd >= FormatStyle::LS_Cpp20;
tools/clang/unittests/Format/FormatTest.cpp
12525   CHECK_PARSE("Standard: c++20", Standard, FormatStyle::LS_Cpp20);