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

References

tools/clang/lib/AST/ASTStructuralEquivalence.cpp
  409   auto Spec1 = Proto1->getExceptionSpecType();
  418     if (Proto1->getNumExceptions() != Proto2->getNumExceptions())
  420     for (unsigned I = 0, N = Proto1->getNumExceptions(); I != N; ++I) {
  421       if (!IsStructurallyEquivalent(Context, Proto1->getExceptionType(I),
  426     if (!IsStructurallyEquivalent(Context, Proto1->getNoexceptExpr(),