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

References

tools/clang/lib/CodeGen/CGBlocks.cpp
 1994   findBlockCapturedManagedEntities(blockInfo, getLangOpts(), CopiedCaptures);
 1996       getCopyDestroyHelperFuncName(CopiedCaptures, blockInfo.BlockAlign,
 2036   setBlockHelperAttributesVisibility(blockInfo.CapturesNonExternalType, Fn, FI,
 2039   ApplyDebugLocation NL{*this, blockInfo.getBlockExpr()->getBeginLoc()};
 2040   llvm::Type *structPtrTy = blockInfo.StructureType->getPointerTo();
 2043   src = Address(Builder.CreateLoad(src), blockInfo.BlockAlign);
 2047   dst = Address(Builder.CreateLoad(dst), blockInfo.BlockAlign);