Searched refs:SelfDecl (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/StaticAnalyzer/Core/ |
D | BasicStore.cpp | 60 StoreRef scanForIvars(Stmt *B, const Decl* SelfDecl, 367 StoreRef BasicStoreManager::scanForIvars(Stmt *B, const Decl* SelfDecl, in scanForIvars() argument 384 if (DR->getDecl() == SelfDecl) { in scanForIvars() 393 newStore = scanForIvars(*CI, SelfDecl, SelfRegion, newStore.getStore()); in scanForIvars()
|
D | CFRefCount.cpp | 69 if (const ImplicitParamDecl *SelfDecl = LC->getSelfDecl()) in getSValAsScalarOrLoc() local 70 return state->getSVal(state->getRegion(SelfDecl, LC)); in getSValAsScalarOrLoc()
|
/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 747 ImplicitParamDecl *SelfDecl = getterMethod->getSelfDecl(); in ActOnPropertyImplDecl() local 749 new (Context) DeclRefExpr(SelfDecl, SelfDecl->getType(), in ActOnPropertyImplDecl() 780 ImplicitParamDecl *SelfDecl = setterMethod->getSelfDecl(); in ActOnPropertyImplDecl() local 782 new (Context) DeclRefExpr(SelfDecl, SelfDecl->getType(), in ActOnPropertyImplDecl()
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 163 ImplicitParamDecl *SelfDecl; variable 187 EndLoc(endLoc), Body(0), SelfDecl(0), CmdDecl(0) {} in NamedDecl() 292 ImplicitParamDecl * getSelfDecl() const { return SelfDecl; } in getSelfDecl() 293 void setSelfDecl(ImplicitParamDecl *SD) { SelfDecl = SD; } in setSelfDecl()
|