HomeSort by: relevance | last modified time | path
    Searched refs:SelfArg (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Analysis/
ThreadSafetyCommon.cpp 105 // Examine DeclExp to find SelfArg and FunArgs, which are used to substitute
108 Ctx.SelfArg = ME->getBase();
111 Ctx.SelfArg = CE->getImplicitObjectArgument();
119 Ctx.SelfArg = nullptr; // Will be set below
124 Ctx.SelfArg = DeclExp;
129 if (SelfDecl && !Ctx.SelfArg) {
133 Ctx.SelfArg = &SelfDRE;
137 return translateAttrExpr(Ctx.SelfArg, nullptr);
144 return translateAttrExpr(Ctx.SelfArg, nullptr);
304 if (Ctx && Ctx->SelfArg)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h 348 const Expr *SelfArg = nullptr;

Completed in 27 milliseconds