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

References

tools/clang/lib/CodeGen/CGBlocks.cpp
 1520   const BlockDecl *blockDecl = blockInfo.getBlockDecl();
 1524   CurEHLocation = blockInfo.getBlockExpr()->getEndLoc();
 1526   BlockInfo = &blockInfo;
 1565   const FunctionProtoType *fnType = blockInfo.getBlockExpr()->getFunctionType();
 1569     blockInfo.UsesStret = true;
 1582     buildGlobalBlock(CGM, blockInfo,
 1589                 blockInfo.getBlockExpr()->getBody()->getBeginLoc());
 1612         LoadBlockStruct(), blockInfo.CXXThisIndex, "block.captured-this");
 1619     const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable);
 1660         const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable);
 1669             variable, BlockPointerDbgLoc, Builder, blockInfo,