HomeSort by relevance Sort by last modified time
    Searched refs:hasStrong (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/ARCMigrate/
TransGCAttrs.cpp 240 bool hasWeak = false, hasStrong = false;
257 hasStrong = true;
264 if (hasWeak && hasStrong)
  /external/clang/lib/CodeGen/
CGObjC.cpp 487 bool isAtomic, bool hasStrong) {
507 args.add(RValue::get(CGF.Builder.getInt1(hasStrong)), Context.BoolTy);
562 bool hasStrongMember() const { return HasStrong; }
576 unsigned HasStrong : 1;
591 HasStrong = false; // doesn't matter here.
668 HasStrong = recordType->getDecl()->hasObjectMember();
673 if (HasStrong) {
    [all...]

Completed in 65 milliseconds