Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp5487 bool Sema::inferObjCARCLifetime(ValueDecl *decl) { in inferObjCARCLifetime() function in Sema
6301 if (getLangOpts().ObjCAutoRefCount && inferObjCARCLifetime(NewVD)) in ActOnVariableDeclarator()
9563 if (getLangOpts().ObjCAutoRefCount && inferObjCARCLifetime(VDecl)) in AddInitializerToDecl()
13618 if (getLangOpts().ObjCAutoRefCount && inferObjCARCLifetime(NewFD)) in CheckFieldDecl()
13793 if (getLangOpts().ObjCAutoRefCount && inferObjCARCLifetime(NewID)) in ActOnIvar()
DSemaStmt.cpp1880 SemaRef.inferObjCARCLifetime(Decl)) in FinishForRangeVarDecl()
DSemaDeclObjC.cpp4595 if (getLangOpts().ObjCAutoRefCount && inferObjCARCLifetime(New)) in BuildObjCExceptionDecl()
DSemaTemplateInstantiateDecl.cpp633 SemaRef.inferObjCARCLifetime(Var)) in VisitVarDecl()
DSemaDeclCXX.cpp12259 if (getLangOpts().ObjCAutoRefCount && inferObjCARCLifetime(ExDecl)) in BuildExceptionDeclaration()
/external/llvm-project/clang/lib/Sema/
DSemaDecl.cpp6280 bool Sema::inferObjCARCLifetime(ValueDecl *decl) { in inferObjCARCLifetime() function in Sema
7272 if (getLangOpts().ObjCAutoRefCount && inferObjCARCLifetime(NewVD)) in ActOnVariableDeclarator()
11683 if (getLangOpts().ObjCAutoRefCount && inferObjCARCLifetime(VDecl)) in DeduceVariableDeclarationType()
16808 if (getLangOpts().ObjCAutoRefCount && inferObjCARCLifetime(NewFD)) in CheckFieldDecl()
16989 if (getLangOpts().ObjCAutoRefCount && inferObjCARCLifetime(NewID)) in ActOnIvar()
DSemaStmt.cpp2063 SemaRef.inferObjCARCLifetime(Decl)) in FinishForRangeVarDecl()
DSemaDeclObjC.cpp5153 if (getLangOpts().ObjCAutoRefCount && inferObjCARCLifetime(New)) in BuildObjCExceptionDecl()
DSemaTemplateInstantiateDecl.cpp1010 SemaRef.inferObjCARCLifetime(Var)) in VisitVarDecl()
DSemaDeclCXX.cpp15913 if (getLangOpts().ObjCAutoRefCount && inferObjCARCLifetime(ExDecl)) in BuildExceptionDeclaration()
/external/clang/include/clang/Sema/
DSema.h7563 bool inferObjCARCLifetime(ValueDecl *decl);
/external/llvm-project/clang/include/clang/Sema/
DSema.h9545 bool inferObjCARCLifetime(ValueDecl *decl);