Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp50 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