Searched refs:ThrowInfoType (Results 1 – 1 of 1) sorted by relevance
51 ThrowInfoType(nullptr) { in MicrosoftCXXABI()765 if (ThrowInfoType) in getThrowInfoType()766 return ThrowInfoType; in getThrowInfoType()773 ThrowInfoType = llvm::StructType::create(CGM.getLLVMContext(), FieldTypes, in getThrowInfoType()775 return ThrowInfoType; in getThrowInfoType()851 llvm::StructType *ThrowInfoType; member in __anon973cabc90111::MicrosoftCXXABI