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

References

tools/clang/lib/Sema/SemaExceptionSpec.cpp
  398     OS << "throw()";
  402     OS << "throw(";
  408         OS << ", ";
  410       OS << E.getAsString(getPrintingPolicy());
  412     OS << ")";
  417     OS << "noexcept";
  423     OS << "noexcept(";
  425     OldProto->getNoexceptExpr()->printPretty(OS, nullptr, getPrintingPolicy());
  426     OS << ")";
  429     OS <<"__attribute__((nothrow))";
  451       << New << OS.str();
  454       << New << OS.str()
  455       << FixItHint::CreateInsertion(FixItLoc, " " + OS.str().str());