Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h563 bool inferObjCARCLifetime(ValueDecl *decl);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp5194 if (getLangOpts().ObjCAutoRefCount && inferObjCARCLifetime(New)) in BuildObjCExceptionDecl()
5451 bool SemaObjC::inferObjCARCLifetime(ValueDecl *decl) { in inferObjCARCLifetime() function in SemaObjC
5667 if (getLangOpts().ObjCAutoRefCount && inferObjCARCLifetime(NewID)) in ActOnIvar()
H A DSemaStmt.cpp2272 SemaRef.ObjC().inferObjCARCLifetime(Decl)) in FinishForRangeVarDecl()
H A DSemaDecl.cpp7879 if (getLangOpts().ObjCAutoRefCount && ObjC().inferObjCARCLifetime(NewVD)) in ActOnVariableDeclarator()
12954 if (getLangOpts().ObjCAutoRefCount && ObjC().inferObjCARCLifetime(VDecl)) in DeduceVariableDeclarationType()
18502 if (getLangOpts().ObjCAutoRefCount && ObjC().inferObjCARCLifetime(NewFD)) in CheckFieldDecl()
H A DSemaTemplateInstantiateDecl.cpp1221 SemaRef.ObjC().inferObjCARCLifetime(Var)) in VisitVarDecl()
H A DSemaDeclCXX.cpp16827 if (getLangOpts().ObjCAutoRefCount && ObjC().inferObjCARCLifetime(ExDecl)) in BuildExceptionDeclaration()