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

References

tools/clang/lib/AST/Type.cpp
  989     if (info.ExceptionSpec.Type == EST_Dynamic) {
  991       for (auto exceptionType : info.ExceptionSpec.Exceptions) {
 1003         info.ExceptionSpec.Exceptions =
 1012     return Ctx.getFunctionType(returnType, paramTypes, info);