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

/freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp233 bool hasWeak = false, hasStrong = false; local
250 hasStrong = true;
257 if (hasWeak && hasStrong)
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp745 bool isAtomic, bool hasStrong) {
765 args.add(RValue::get(CGF.Builder.getInt1(hasStrong)), Context.BoolTy);
1247 // The fifth argument is the 'hasStrong' flag.
744 emitStructGetterCall(CodeGenFunction &CGF, ObjCIvarDecl *ivar, bool isAtomic, bool hasStrong) argument

Completed in 118 milliseconds