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

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h250 unsigned ReturnsRetained : 1;
292 bool isReturnsRetained() const { return ReturnsRetained; }
331 ID.AddBoolean(ReturnsRetained);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp4884 bool ReturnsRetained; local
4909 ReturnsRetained = FTy->getExtInfo().getProducesResult();
4914 ReturnsRetained = true;
4938 ReturnsRetained = (D && D->hasAttr<NSReturnsRetainedAttr>());
4943 if (!ReturnsRetained &&
4949 if (!ReturnsRetained && E->getType()->isObjCARCImplicitlyUnretainedType())
4954 CastKind ck = (ReturnsRetained ? CK_ARCConsumeObject
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.cpp490 FI->ReturnsRetained = info.getProducesResult();

Completed in 79 milliseconds