Home | History | Annotate | Download | only in Sema

Lines Matching refs:Specs

187   // Check out noexcept specs.
671 /// validates compatibility and merges the specs if necessary.
5186 "only special members have implicit exception specs");
5424 decltype(DelayedDefaultedMemberExceptionSpecs) Specs;
5427 std::swap(Specs, DelayedDefaultedMemberExceptionSpecs);
5436 for (auto &Spec : Specs)
9516 "adjusting dtor exception specs was introduced in c++11");