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

References

tools/clang/lib/Format/Format.cpp
   81     IO.enumCase(Value, "Latest", FormatStyle::LS_Latest);
   82     IO.enumCase(Value, "Cpp11", FormatStyle::LS_Latest); // Legacy alias
  792   LLVMStyle.Standard = FormatStyle::LS_Latest;
 1437                            ? FormatStyle::LS_Latest
 2496     LexingStd = FormatStyle::LS_Latest;
 2497   if (LexingStd == FormatStyle::LS_Latest)
tools/clang/unittests/Format/FormatTest.cpp
12527   CHECK_PARSE("Standard: Latest", Standard, FormatStyle::LS_Latest);
12530   CHECK_PARSE("Standard: Cpp11", Standard, FormatStyle::LS_Latest);