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

References

tools/clang/lib/CodeGen/CGBlocks.cpp
  903   if (!blockExpr->getBlockDecl()->hasCaptures()) {
  906     if (llvm::Constant *Block = CGM.getAddrOfGlobalBlockIfEmitted(blockExpr)) {
  909     CGBlockInfo blockInfo(blockExpr->getBlockDecl(), CurFn->getName());
  911     blockInfo.BlockExpression = blockExpr;
  918                                          blockExpr->getBlockDecl()));
  920   blockInfo->BlockExpression = blockExpr;