Searched refs:ThrowInfoType (Results 1 – 1 of 1) sorted by relevance
50 ThrowInfoType(nullptr) { in MicrosoftCXXABI()740 if (ThrowInfoType) in getThrowInfoType()741 return ThrowInfoType; in getThrowInfoType()748 ThrowInfoType = llvm::StructType::create(CGM.getLLVMContext(), FieldTypes, in getThrowInfoType()750 return ThrowInfoType; in getThrowInfoType()826 llvm::StructType *ThrowInfoType; member in __anondeb872430111::MicrosoftCXXABI