Searched defs:SelfDecl (Results 1 – 8 of 8) sorted by relevance
983 const ImplicitParamDecl *SelfDecl = LCtx->getSelfDecl(); in isInInstanceDealloc() local
405 const ImplicitParamDecl *SelfDecl = LocCtxt->getSelfDecl(); in checkSelfIvarsForInvariantViolation() local
1253 ImplicitParamDecl *SelfDecl = getterMethod->getSelfDecl(); in ActOnPropertyImplDecl() local1305 ImplicitParamDecl *SelfDecl = setterMethod->getSelfDecl(); in ActOnPropertyImplDecl() local
97 VarDecl *SelfDecl) { in translateAttrExpr()
1252 VarDecl *SelfDecl) { in getMutexIDs()
706 const ImplicitParamDecl *SelfDecl = LCtx->getSelfDecl(); in getSelfSVal() local
244 if (ImplicitParamDecl *SelfDecl = OMD->getSelfDecl()) { in getObjCMethodName() local2827 if (auto *SelfDecl = OMethod->getSelfDecl()) in getOrCreateFunctionType() local
184 ImplicitParamDecl *SelfDecl; variable