Searched refs:ThrowType (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGException.cpp406 QualType ThrowType = SubExpr->getType(); local
407 if (ThrowType->isObjCObjectPointerType()) {
H A DItaniumCXXABI.cpp1073 QualType ThrowType = E->getSubExpr()->getType(); local
1076 uint64_t TypeSize = getContext().getTypeSizeInChars(ThrowType).getQuantity();
1086 llvm::Constant *TypeInfo = CGM.GetAddrOfRTTIDescriptor(ThrowType,
1092 if (const RecordType *RecordTy = ThrowType->getAs<RecordType>()) {
H A DMicrosoftCXXABI.cpp4174 QualType ThrowType = SubExpr->getType(); local
4177 Address AI = CGF.CreateMemTemp(ThrowType);
4178 CGF.EmitAnyExprToMem(SubExpr, AI, ThrowType.getQualifiers(),
4183 llvm::GlobalVariable *TI = getThrowInfo(ThrowType);
/external/clang/lib/Sema/
H A DSemaStmt.cpp3444 QualType ThrowType = Throw->getType(); local
3446 if (!ThrowType->isDependentType() &&
3447 !ThrowType->isObjCObjectPointerType()) {
3448 const PointerType *PT = ThrowType->getAs<PointerType>();

Completed in 239 milliseconds