reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4086 assert(!T->isReferenceType()); 4089 llvm::GlobalVariable *&CTA = CatchableTypeArrays[T]; 4107 bool IsPointer = T->isPointerType(); 4109 MostDerivedClass = T->getPointeeType()->getAsCXXRecordDecl(); 4111 MostDerivedClass = T->getAsCXXRecordDecl(); 4151 CatchableTypes.insert(getCatchableType(T)); 4163 if (IsPointer && T->getPointeeType()->isObjectType()) 4174 if (T->isNullPtrType()) 4191 getMangleContext().mangleCXXCatchableTypeArray(T, NumEntries, Out); 4194 CGM.getModule(), CTAType, /*isConstant=*/true, getLinkageForRTTI(T),