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

References

tools/clang/lib/CodeGen/CGBlocks.cpp
  124   Name += llvm::to_string(BlockInfo.BlockSize.getQuantity()) + "_";
  126   if (BlockInfo.needsCopyDisposeHelpers()) {
  131     Name += llvm::to_string(BlockInfo.BlockAlign.getQuantity()) + "_";
  134     findBlockCapturedManagedEntities(BlockInfo, CGM.getContext().getLangOpts(),
  146                                    BlockInfo.BlockAlign, CGM);
  152                                    BlockInfo.BlockAlign, CGM);
  154                                    BlockInfo.BlockAlign, CGM);
  161       CGM.getContext().getObjCEncodingForBlock(BlockInfo.getBlockExpr());
  166   Name += "l" + CGM.getObjCRuntime().getRCBlockLayoutStr(CGM, BlockInfo);