Searched defs:SelfDecl (Results 1 – 6 of 6) sorted by relevance
1238 ImplicitParamDecl *SelfDecl = getterMethod->getSelfDecl(); in ActOnPropertyImplDecl() local1290 ImplicitParamDecl *SelfDecl = setterMethod->getSelfDecl(); in ActOnPropertyImplDecl() local
97 VarDecl *SelfDecl) { in translateAttrExpr()
1252 VarDecl *SelfDecl) { in getMutexIDs()
679 const ImplicitParamDecl *SelfDecl = LCtx->getSelfDecl(); in getSelfSVal() local
241 if (ImplicitParamDecl *SelfDecl = OMD->getSelfDecl()) { in getObjCMethodName() local2629 if (auto *SelfDecl = OMethod->getSelfDecl()) in getOrCreateFunctionType() local
184 ImplicitParamDecl *SelfDecl; variable