Searched refs:inferObjCARCLifetime (Results 1 – 6 of 6) sorted by relevance
4102 bool Sema::inferObjCARCLifetime(ValueDecl *decl) { in inferObjCARCLifetime() function in Sema4341 if (getLangOpts().ObjCAutoRefCount && inferObjCARCLifetime(NewVD)) in ActOnVariableDeclarator()6434 if (getLangOpts().ObjCAutoRefCount && inferObjCARCLifetime(VDecl)) in AddInitializerToDecl()9489 if (getLangOpts().ObjCAutoRefCount && inferObjCARCLifetime(NewFD)) in CheckFieldDecl()9834 if (getLangOpts().ObjCAutoRefCount && inferObjCARCLifetime(NewID)) in ActOnIvar()
1581 SemaRef.inferObjCARCLifetime(Decl)) in FinishForRangeVarDecl()
3106 if (getLangOpts().ObjCAutoRefCount && inferObjCARCLifetime(New)) in BuildObjCExceptionDecl()
319 SemaRef.inferObjCARCLifetime(Var)) in VisitVarDecl()
9690 if (getLangOpts().ObjCAutoRefCount && inferObjCARCLifetime(ExDecl)) in BuildExceptionDeclaration()
6148 bool inferObjCARCLifetime(ValueDecl *decl);