Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp819 bool isAtomic, bool hasStrong) { in emitStructGetterCall() argument
837 args.add(RValue::get(CGF.Builder.getInt1(hasStrong)), Context.BoolTy); in emitStructGetterCall()