Home | History | Annotate | Download | only in Checkers

Lines Matching refs:RetE

1356   if (Optional<RetEffect> RetE = getRetEffectFromAnnotations(RetTy, FD))
1357 Template->setRetEffect(*RetE);
1397 if (Optional<RetEffect> RetE = getRetEffectFromAnnotations(RetTy, MD))
1398 Template->setRetEffect(*RetE);
2908 static QualType GetReturnType(const Expr *RetE, ASTContext &Ctx) {
2909 QualType RetTy = RetE->getType();
2910 // If RetE is not a message expression just return its type.
2911 // If RetE is a message expression, return its types if it is something
2913 if (const ObjCMessageExpr *ME = dyn_cast<ObjCMessageExpr>(RetE))
3436 const Expr *RetE = S->getRetValue();
3437 if (!RetE)
3442 state->getSValAsScalarOrLoc(RetE, C.getLocationContext()).getAsLocSymbol();