Searched refs:getThrowInfo (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCXXABI.h237 virtual llvm::GlobalVariable *getThrowInfo(QualType T) { return nullptr; } function in class:clang::CodeGen::CGCXXABI
H A DMicrosoftCXXABI.cpp773 llvm::GlobalVariable *getThrowInfo(QualType T) override;
4280 llvm::GlobalVariable *MicrosoftCXXABI::getThrowInfo(QualType T) { function in class:MicrosoftCXXABI
4360 llvm::GlobalVariable *TI = getThrowInfo(ThrowType);
H A DCGBuiltin.cpp4473 CGM.getCXXABI().getThrowInfo(FD->getParamDecl(0)->getType()))

Completed in 294 milliseconds