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

References

tools/clang/lib/CodeGen/CGObjCMac.cpp
 2903   assert(CGM.getLangOpts().getGC() == LangOptions::NonGC);
 2908   unsigned WordSizeInBits = CGM.getTarget().getPointerWidth(0);
 2909   unsigned ByteSizeInBits = CGM.getTarget().getCharWidth();
 2916   CGM.getDataLayout().getStructLayout(blockInfo.StructureType);
 2947       fieldSize = CGM.getContext().getTypeSizeInChars(type);