Searched refs:ThrowInfoType (Results 1 – 1 of 1) sorted by relevance
48 ThrowInfoType(nullptr), CatchHandlerTypeType(nullptr) {} in MicrosoftCXXABI()680 if (ThrowInfoType) in getThrowInfoType()681 return ThrowInfoType; in getThrowInfoType()688 ThrowInfoType = llvm::StructType::create(CGM.getLLVMContext(), FieldTypes, in getThrowInfoType()690 return ThrowInfoType; in getThrowInfoType()757 llvm::StructType *ThrowInfoType; member in __anonbccd4e4c0111::MicrosoftCXXABI