Home
last modified time | relevance | path

Searched refs:hasStrong (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/test/Rewriter/
H A Dmodern-write-bf-abi.mm41 + (id)__new:(const id [])objects :(NSUInteger)count :(BOOL)hasObjects :(BOOL)hasStrong :(BOOL)trans…
45 newArray->_doHardRetain = (hasObjects && hasStrong);
46 newArray->_doWeakAccess = (objc_collectingEnabled() && !hasStrong);
48 newArray->_hasStrongReferences = hasStrong;
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp233 bool hasWeak = false, hasStrong = false; in checkAllAtProps() local
249 hasStrong = true; in checkAllAtProps()
256 if (hasWeak && hasStrong) in checkAllAtProps()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjC.cpp817 bool isAtomic, bool hasStrong) { in emitStructGetterCall() argument
838 args.add(RValue::get(CGF.Builder.getInt1(hasStrong)), Context.BoolTy); in emitStructGetterCall()