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

  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h 223 const Expr *SelfArg; // Implicit object argument -- e.g. 'this'
232 : AttrDecl(D), SelfArg(S), NumArgs(N), FunArgs(A), Prev(P),
  /external/clang/lib/Analysis/
ThreadSafety.cpp 173 const Expr* SelfArg; // Implicit object argument -- e.g. 'this'
180 : AttrDecl(D), SelfArg(nullptr), SelfArrow(false), NumArgs(0),
303 if (CallCtx && CallCtx->SelfArg) {
307 return buildSExpr(CallCtx->SelfArg, CallCtx->PrevCtx, NDeref);
327 LRCallCtx.SelfArg = CMCE->getImplicitObjectArgument();
488 // Examine DeclExp to find SelfArg and FunArgs, which are used to substitute
491 CallCtx.SelfArg = ME->getBase();
495 CallCtx.SelfArg = CE->getImplicitObjectArgument();
504 CallCtx.SelfArg = nullptr; // Will be set below
509 CallCtx.SelfArg = DeclExp
    [all...]

Completed in 2477 milliseconds