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

References

tools/clang/lib/CodeGen/CGBlocks.cpp
  534     info.StructureType =
  665     info.StructureType =
  773   info.StructureType =
  797   blockInfo.LocalAddress = CGF.CreateTempAlloca(blockInfo.StructureType,
 1501       BlockInfo->StructureType->getPointerTo(
 2040   llvm::Type *structPtrTy = blockInfo.StructureType->getPointerTo();
 2235   llvm::Type *structPtrTy = blockInfo.StructureType->getPointerTo();
tools/clang/lib/CodeGen/CGDebugInfo.cpp
 4120       target.getStructLayout(blockInfo.StructureType)
 4231       CGM.getDataLayout().getStructLayout(block.StructureType);
tools/clang/lib/CodeGen/CGObjCMac.cpp
 2916   CGM.getDataLayout().getStructLayout(blockInfo.StructureType);