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

References

tools/clang/include/clang/Sema/DelayedDiagnostic.h
  164     DD.Kind = ForbiddenType;
  212     assert(Kind == ForbiddenType && "not a forbidden-type diagnostic");
  217     assert(Kind == ForbiddenType && "not a forbidden-type diagnostic");
  222     assert(Kind == ForbiddenType && "not a forbidden-type diagnostic");
tools/clang/lib/Sema/DelayedDiagnostic.cpp
   70   case ForbiddenType:
tools/clang/lib/Sema/SemaDeclAttr.cpp
 8087       case DelayedDiagnostic::ForbiddenType: