Home | History | Annotate | Download | only in Sema

Lines Matching refs:IT

61   if (const PointerType* IT = T->getAs<PointerType>()) {
62 T = IT->getPointeeType();
64 } else if (const ReferenceType* IT = T->getAs<ReferenceType>()) {
65 T = IT->getPointeeType();
83 /// it is invalid to add another level of indirection.
155 // to work around it here.
180 // FIXME: We can't just take the expression from the old prototype. It
282 /// they allow exactly the same set of exception types. It does not matter how
332 // C++0x [except.spec]p12: An exception-specifcation is non-throwing if it is
342 // It's considered when AllowNoexceptAllMatchWithNoSpec is true.
381 // It's also compatible with no spec.
386 // It's also compatible with noexcept(false).
424 // It's called bad_alloc, but is it in std?
549 // It does not. If the subset contains everything, we've failed.
607 // Make sure it's in the superset.
612 // SubT must be SuperT or derived from it, or pointer or reference to
749 // remember it and check later.