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

References

tools/clang/lib/CodeGen/CGDebugInfo.cpp
 4182     Fields.push_back(createFieldType("__size", Context.IntTy, Loc, AS_public,
 4185     Fields.push_back(createFieldType("__align", Context.IntTy, Loc, AS_public,
 4189     Fields.push_back(createFieldType("__isa", Context.VoidPtrTy, Loc, AS_public,
 4192     Fields.push_back(createFieldType("__flags", Context.IntTy, Loc, AS_public,
 4196         createFieldType("__reserved", Context.IntTy, Loc, AS_public,
 4205         Context.getPointerType(Block.NeedsCopyDispose
 4206                                    ? Context.getBlockDescriptorExtendedType()
 4207                                    : Context.getBlockDescriptorType()),