Searched defs:hasStrong (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp236 bool hasWeak = false, hasStrong = false; local
253 hasStrong = true;
260 if (hasWeak && hasStrong)
/external/clang/lib/CodeGen/
H A DCGObjC.cpp570 bool isAtomic, bool hasStrong) {
590 args.add(RValue::get(CGF.Builder.getInt1(hasStrong)), Context.BoolTy);
1067 // The fifth argument is the 'hasStrong' flag.
569 emitStructGetterCall(CodeGenFunction &CGF, ObjCIvarDecl *ivar, bool isAtomic, bool hasStrong) argument

Completed in 97 milliseconds