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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafety.cpp169 const Expr* SelfArg; // Implicit object argument -- e.g. 'this' member in struct:__anon3186::SExpr::CallingContext
178 : AttrDecl(D), SelfArg(S), SelfArrow(false),
310 if (CallCtx && CallCtx->SelfArg) {
314 return buildSExpr(CallCtx->SelfArg, CallCtx->PrevCtx, NDeref);
334 LRCallCtx.SelfArg = CMCE->getImplicitObjectArgument();
495 // Examine DeclExp to find SelfArg and FunArgs, which are used to substitute
498 CallCtx.SelfArg = ME->getBase();
502 CallCtx.SelfArg = CE->getImplicitObjectArgument();
511 CallCtx.SelfArg = 0; // Will be set below
516 CallCtx.SelfArg
[all...]

Completed in 159 milliseconds