Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp755 struct RetainCycleOwner { struct
761 RetainCycleOwner() = default;
773 static bool considerVariable(VarDecl *var, Expr *ref, RetainCycleOwner &owner) { in considerVariable()
786 static bool findRetainCycleOwner(Sema &S, Expr *e, RetainCycleOwner &owner) { in findRetainCycleOwner()
927 static Expr *findCapturingExpr(Sema &S, Expr *e, RetainCycleOwner &owner) { in findCapturingExpr()
963 RetainCycleOwner &owner) { in diagnoseRetainCycle()
1166 RetainCycleOwner owner; in checkRetainCycles()
1191 RetainCycleOwner owner; in checkRetainCycles()
1200 RetainCycleOwner Owner; in checkRetainCycles()