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

References

tools/clang/include/clang/Basic/Specifiers.h
  104     static_assert(TST_error < 1 << 6, "Type bitfield not wide enough for TST");
tools/clang/include/clang/Sema/DeclSpec.h
  310   static const TST TST_error = clang::TST_error;
tools/clang/lib/Parse/ParseExprCXX.cpp
 1717     if (DS.getTypeSpecType() == TST_error)
tools/clang/lib/Sema/DeclSpec.cpp
  349     case TST_error:
tools/clang/lib/Sema/SemaTemplateVariadic.cpp
  886   case TST_error: