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

References

tools/clang/lib/CodeGen/CGBlocks.cpp
  509     return CGF.BlockInfo->getCapture(VD).fieldType();
 1040     const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable);
 1063             BlockInfo->getCapture(variable);
 1320   const CGBlockInfo::Capture &capture = BlockInfo->getCapture(variable);
 1619     const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable);
 1660         const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable);
 1756     const CGBlockInfo::Capture &Capture = BlockInfo.getCapture(Variable);
tools/clang/lib/CodeGen/CGDebugInfo.cpp
 4121           ->getElementOffset(blockInfo.getCapture(VD).getIndex()));
 4253     const CGBlockInfo::Capture &captureInfo = block.getCapture(variable);
tools/clang/lib/CodeGen/CGObjCMac.cpp
 2399     const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable);
 2929     const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable);