Home
last modified time | relevance | path

Searched refs:inferObjCARCLifetime (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/Sema/
DSemaDecl.cpp4102 bool Sema::inferObjCARCLifetime(ValueDecl *decl) { in inferObjCARCLifetime() function in Sema
4341 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()
DSemaStmt.cpp1581 SemaRef.inferObjCARCLifetime(Decl)) in FinishForRangeVarDecl()
DSemaDeclObjC.cpp3106 if (getLangOpts().ObjCAutoRefCount && inferObjCARCLifetime(New)) in BuildObjCExceptionDecl()
DSemaTemplateInstantiateDecl.cpp319 SemaRef.inferObjCARCLifetime(Var)) in VisitVarDecl()
DSemaDeclCXX.cpp9690 if (getLangOpts().ObjCAutoRefCount && inferObjCARCLifetime(ExDecl)) in BuildExceptionDeclaration()
/external/clang/include/clang/Sema/
DSema.h6148 bool inferObjCARCLifetime(ValueDecl *decl);