Home | History | Annotate | Download | only in Analysis

Lines Matching refs:SelfArg

104   // Examine DeclExp to find SelfArg and FunArgs, which are used to substitute
107 Ctx.SelfArg = ME->getBase();
111 Ctx.SelfArg = CE->getImplicitObjectArgument();
120 Ctx.SelfArg = nullptr; // Will be set below
125 Ctx.SelfArg = DeclExp;
130 if (SelfDecl && !Ctx.SelfArg) {
133 Ctx.SelfArg = &SelfDRE;
137 return translateAttrExpr(Ctx.SelfArg, nullptr);
144 return translateAttrExpr(Ctx.SelfArg, nullptr);
293 if (Ctx && Ctx->SelfArg)
294 return translate(Ctx->SelfArg, Ctx->Prev);
359 LRCallCtx.SelfArg = SelfE;