Searched refs:ReturnsRetained (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.h177 unsigned ReturnsRetained : 1;
219 bool isReturnsRetained() const { return ReturnsRetained; }
258 ID.AddBoolean(ReturnsRetained);
H A DCGCall.cpp490 FI->ReturnsRetained = info.getProducesResult();
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp4714 bool ReturnsRetained; local
4739 ReturnsRetained = FTy->getExtInfo().getProducesResult();
4744 ReturnsRetained = true;
4768 ReturnsRetained = (D && D->hasAttr<NSReturnsRetainedAttr>());
4773 if (!ReturnsRetained &&
4779 if (!ReturnsRetained && E->getType()->isObjCARCImplicitlyUnretainedType())
4784 CastKind ck = (ReturnsRetained ? CK_ARCConsumeObject

Completed in 183 milliseconds