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

References

tools/clang/lib/Sema/DeclSpec.cpp
  249       for (unsigned i = 0; i != NumExceptions; ++i) {
  249       for (unsigned i = 0; i != NumExceptions; ++i) {
  250         I.Fun.Exceptions[i].Ty = Exceptions[i];
  250         I.Fun.Exceptions[i].Ty = Exceptions[i];
  251         I.Fun.Exceptions[i].Range = ExceptionRanges[i];
  251         I.Fun.Exceptions[i].Range = ExceptionRanges[i];