Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp50 ThrowInfoType(nullptr) {} in MicrosoftCXXABI()
734 if (ThrowInfoType) in getThrowInfoType()
735 return ThrowInfoType; in getThrowInfoType()
742 ThrowInfoType = llvm::StructType::create(CGM.getLLVMContext(), FieldTypes, in getThrowInfoType()
744 return ThrowInfoType; in getThrowInfoType()
820 llvm::StructType *ThrowInfoType; member in __anonb3a31e5e0111::MicrosoftCXXABI