Searched defs:SelfDecl (Results 1 - 3 of 3) sorted by relevance
/external/clang/lib/StaticAnalyzer/Core/ |
H A D | CallEvent.cpp | 621 const ImplicitParamDecl *SelfDecl = LCtx->getSelfDecl(); local 622 if (!SelfDecl) 624 return getState()->getSVal(getState()->getRegion(SelfDecl, LCtx));
|
/external/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 1142 ImplicitParamDecl *SelfDecl = getterMethod->getSelfDecl(); local 1144 new (Context) DeclRefExpr(SelfDecl, false, SelfDecl->getType(), 1148 ImplicitCastExpr::Create(Context, SelfDecl->getType(), 1192 ImplicitParamDecl *SelfDecl = setterMethod->getSelfDecl(); local 1194 new (Context) DeclRefExpr(SelfDecl, false, SelfDecl->getType(), 1198 ImplicitCastExpr::Create(Context, SelfDecl->getType(),
|
/external/clang/lib/Analysis/ |
H A D | ThreadSafety.cpp | 466 const NamedDecl *D, VarDecl *SelfDecl = nullptr) { 514 if (SelfDecl && !CallCtx.SelfArg) { 515 DeclRefExpr SelfDRE(SelfDecl, false, SelfDecl->getType(), VK_LValue, 516 SelfDecl->getLocation()); 548 VarDecl *SelfDecl = nullptr) { 549 buildSExprFromExpr(MutexExp, DeclExp, D, SelfDecl); 1426 const NamedDecl *D, VarDecl *SelfDecl = nullptr); 1603 VarDecl *SelfDecl) { 1606 SExpr Mu(nullptr, Exp, D, SelfDecl); 1601 getMutexIDs(MutexIDList &Mtxs, AttrType *Attr, Expr *Exp, const NamedDecl *D, VarDecl *SelfDecl) argument [all...] |
Completed in 3648 milliseconds