Searched defs:SelfDecl (Results 1 – 7 of 7) sorted by relevance
973 const ImplicitParamDecl *SelfDecl = LCtx->getSelfDecl(); in isInInstanceDealloc() local
428 const ImplicitParamDecl *SelfDecl = LocCtxt->getSelfDecl(); in checkSelfIvarsForInvariantViolation() local
238 const ImplicitParamDecl *SelfDecl = LCtx->getSelfDecl(); getSelfSVal() local
1453 ImplicitParamDecl *SelfDecl = getterMethod->getSelfDecl(); ActOnPropertyImplDecl() local 1515 ImplicitParamDecl *SelfDecl = setterMethod->getSelfDecl(); ActOnPropertyImplDecl() local [all...]
1451 ImplicitParamDecl SelfDecl(getContext(), const_cast<BlockDecl *>(blockDecl), GenerateBlockFunction() local
4158 if (auto *SelfDecl = OMethod->getSelfDecl()) getOrCreateFunctionType() local
163 ImplicitParamDecl *SelfDecl = nullptr; variable