Searched defs:SelfDecl (Results 1 – 9 of 9) sorted by relevance
982 const ImplicitParamDecl *SelfDecl = LCtx->getSelfDecl(); in isInInstanceDealloc() local
384 const ImplicitParamDecl *SelfDecl = LocCtxt->getSelfDecl(); in checkSelfIvarsForInvariantViolation() local
244 const ImplicitParamDecl *SelfDecl = LCtx->getSelfDecl(); in getSelfSVal() local
1454 ImplicitParamDecl *SelfDecl = getterMethod->getSelfDecl(); in ActOnPropertyImplDecl() local1517 ImplicitParamDecl *SelfDecl = setterMethod->getSelfDecl(); in ActOnPropertyImplDecl() local
98 VarDecl *SelfDecl) { in translateAttrExpr()
1366 VarDecl *SelfDecl) { in getMutexIDs()
1483 ImplicitParamDecl SelfDecl(getContext(), const_cast<BlockDecl *>(blockDecl), in GenerateBlockFunction() local
3840 if (auto *SelfDecl = OMethod->getSelfDecl()) in getOrCreateFunctionType() local
166 ImplicitParamDecl *SelfDecl = nullptr; variable