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

References

tools/clang/include/clang/Format/Format.h
 2389   case FormatStyle::LK_TableGen:
tools/clang/lib/Format/Format.cpp
   62     IO.enumCase(Value, "TableGen", FormatStyle::LK_TableGen);
  828   if (Language == FormatStyle::LK_TableGen) {
 2543     return FormatStyle::LK_TableGen;
tools/clang/lib/Format/TokenAnnotator.cpp
 3037              Style.Language == FormatStyle::LK_TableGen ||
tools/clang/lib/Format/UnwrappedLineParser.cpp
  975   if (Style.Language == FormatStyle::LK_TableGen &&
tools/clang/unittests/Format/FormatTest.cpp
14243   Style.Language = FormatStyle::LK_TableGen;
14352   ASSERT_EQ(*StyleTd, getLLVMStyle(FormatStyle::LK_TableGen));
tools/clang/unittests/Format/FormatTestTableGen.cpp
   34     FormatStyle Style = getGoogleStyle(FormatStyle::LK_TableGen);