Searched defs:SelfArg (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h223 const Expr *SelfArg; // Implicit object argument -- e.g. 'this' member in struct:clang::threadSafety::SExprBuilder::CallingContext
232 : AttrDecl(D), SelfArg(S), NumArgs(N), FunArgs(A), Prev(P),
/external/clang/lib/Analysis/
H A DThreadSafety.cpp173 const Expr* SelfArg; // Implicit object argument -- e.g. 'this' member in struct:__anon17783::SExpr::CallingContext
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
[all...]

Completed in 145 milliseconds