Home | History | Annotate | Download | only in Checkers

Lines Matching refs:RetE

2728 static QualType GetReturnType(const Expr *RetE, ASTContext &Ctx) {
2729 QualType RetTy = RetE->getType();
2730 // If RetE is not a message expression just return its type.
2731 // If RetE is a message expression, return its types if it is something
2733 if (const ObjCMessageExpr *ME = dyn_cast<ObjCMessageExpr>(RetE))
3192 const Expr *RetE = S->getRetValue();
3193 if (!RetE)
3198 state->getSValAsScalarOrLoc(RetE, C.getLocationContext()).getAsLocSymbol();