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

References

tools/clang/lib/Format/Format.cpp
   77     IO.enumCase(Value, "c++14", FormatStyle::LS_Cpp14);
 2501   LangOpts.CPlusPlus14 = LexingStd >= FormatStyle::LS_Cpp14;
tools/clang/unittests/Format/FormatTest.cpp
12523   CHECK_PARSE("Standard: c++14", Standard, FormatStyle::LS_Cpp14);