Home
last modified time | relevance | path

Searched refs:ThrowInfoType (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp50 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