HomeSort by relevance Sort by last modified time
    Searched refs:ThrowType (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGException.cpp 423 QualType ThrowType = E->getSubExpr()->getType();
425 if (ThrowType->isObjCObjectPointerType()) {
439 uint64_t TypeSize = getContext().getTypeSizeInChars(ThrowType).getQuantity();
450 llvm::Constant *TypeInfo = CGM.GetAddrOfRTTIDescriptor(ThrowType,
456 if (const RecordType *RecordTy = ThrowType->getAs<RecordType>()) {
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]

Completed in 163 milliseconds