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

References

tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
 3747   T = Context.getExceptionObjectType(T);
 3747   T = Context.getExceptionObjectType(T);
 3757   QualType PointeeType = T->getPointeeType();
 3766   if (const auto *MPTy = T->getAs<MemberPointerType>())
 3767     T = Context.getMemberPointerType(PointeeType.getUnqualifiedType(),
 3772   if (T->isPointerType())
 3773     T = Context.getPointerType(PointeeType.getUnqualifiedType());
 3775   return T;