reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGBlocks.cpp
  601     Qualifiers::ObjCLifetime lifetime = VT.getObjCLifetime();
  615     } else if (VT->isObjCRetainableType()) {
  618        if (VT->isObjCInertUnsafeUnretainedType()) {
  630       if (!VT->getAsCXXRecordDecl()->isExternallyVisible())
  635     } else if (VT.isNonTrivialToPrimitiveCopy() == QualType::PCK_Struct ||
  636                VT.isDestructedType() == QualType::DK_nontrivial_c_struct) {
  641       if (const CXXRecordDecl *record = VT->getAsCXXRecordDecl()) {
  651     CharUnits size = C.getTypeSizeInChars(VT);
  657       CGM.getTypes().ConvertTypeForMem(VT);
  660         BlockLayoutChunk(align, size, lifetime, &CI, llvmType, VT));