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

References

tools/clang/lib/CodeGen/CGBlocks.cpp
 2745   types.push_back(Int8PtrTy);
 2749   types.push_back(llvm::PointerType::getUnqual(byrefType));
 2753   types.push_back(Int32Ty);
 2757   types.push_back(Int32Ty);
 2764     types.push_back(Int8PtrTy);
 2768     types.push_back(Int8PtrTy);
 2777     types.push_back(Int8PtrTy);
 2793     types.push_back(paddingTy);
 2801   types.push_back(varTy);
 2803   byrefType->setBody(types, packed);
 2807   info.FieldIndex = types.size() - 1;