Searched refs:ThrowInfoType (Results 1 – 1 of 1) sorted by relevance
50 ThrowInfoType(nullptr) {} in MicrosoftCXXABI()716 if (ThrowInfoType) in getThrowInfoType()717 return ThrowInfoType; in getThrowInfoType()724 ThrowInfoType = llvm::StructType::create(CGM.getLLVMContext(), FieldTypes, in getThrowInfoType()726 return ThrowInfoType; in getThrowInfoType()797 llvm::StructType *ThrowInfoType; member in __anon08ea40620111::MicrosoftCXXABI