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

Declarations

tools/clang/lib/CodeGen/CodeGenModule.h
  910   void setAddrOfGlobalBlock(const BlockExpr *BE, llvm::Constant *Addr);

References

tools/clang/lib/CodeGen/CGBlocks.cpp
 1467   CGM.setAddrOfGlobalBlock(blockInfo.BlockExpression, Result);