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

References

tools/clang/lib/CodeGen/CGBlocks.cpp
 1186   if (BlockDescriptorType)
 1187     return BlockDescriptorType;
 1206   BlockDescriptorType = llvm::StructType::create(
 1213   BlockDescriptorType = llvm::PointerType::get(BlockDescriptorType, AddrSpace);
 1213   BlockDescriptorType = llvm::PointerType::get(BlockDescriptorType, AddrSpace);
 1214   return BlockDescriptorType;