Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp5354 bool Sema::inferObjCARCLifetime(ValueDecl *decl) { in inferObjCARCLifetime() function in Sema
6101 if (getLangOpts().ObjCAutoRefCount && inferObjCARCLifetime(NewVD)) in ActOnVariableDeclarator()
9228 if (getLangOpts().ObjCAutoRefCount && inferObjCARCLifetime(VDecl)) in AddInitializerToDecl()
13164 if (getLangOpts().ObjCAutoRefCount && inferObjCARCLifetime(NewFD)) in CheckFieldDecl()
13339 if (getLangOpts().ObjCAutoRefCount && inferObjCARCLifetime(NewID)) in ActOnIvar()
DSemaStmt.cpp1859 SemaRef.inferObjCARCLifetime(Decl)) in FinishForRangeVarDecl()
DSemaTemplateInstantiateDecl.cpp526 SemaRef.inferObjCARCLifetime(Var)) in VisitVarDecl()
DSemaDeclObjC.cpp4446 if (getLangOpts().ObjCAutoRefCount && inferObjCARCLifetime(New)) in BuildObjCExceptionDecl()
DSemaDeclCXX.cpp12018 if (getLangOpts().ObjCAutoRefCount && inferObjCARCLifetime(ExDecl)) in BuildExceptionDeclaration()
/external/clang/include/clang/Sema/
DSema.h7392 bool inferObjCARCLifetime(ValueDecl *decl);