Home | History | Annotate | Download | only in Sema

Lines Matching refs:ThrowType

2635     QualType ThrowType = Throw->getType();
2637 if (!ThrowType->isDependentType() &&
2638 !ThrowType->isObjCObjectPointerType()) {
2639 const PointerType *PT = ThrowType->getAs<PointerType>();