HomeSort by relevance Sort by last modified time
    Searched refs:SelfArg (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Analysis/
ThreadSafetyCommon.cpp 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)
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h 329 const Expr *SelfArg; // Implicit object argument -- e.g. 'this'
335 : Prev(P), AttrDecl(D), SelfArg(nullptr),

Completed in 100 milliseconds