Searched defs:SupportsObjCGC (Results 1 – 3 of 3) sorted by relevance
259 virtual bool SupportsObjCGC() const { return true; } in SupportsObjCGC() function
292 bool SupportsObjCGC() const override { return false; } in SupportsObjCGC() function
1058 bool Darwin::SupportsObjCGC() const { return isTargetMacOS(); } in SupportsObjCGC() function in Darwin