Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp12576 struct RetainCycleOwner { struct
12582 RetainCycleOwner() = default;
12594 static bool considerVariable(VarDecl *var, Expr *ref, RetainCycleOwner &owner) { in considerVariable()
12607 static bool findRetainCycleOwner(Sema &S, Expr *e, RetainCycleOwner &owner) { in findRetainCycleOwner()
12743 static Expr *findCapturingExpr(Sema &S, Expr *e, RetainCycleOwner &owner) { in findCapturingExpr()
12779 RetainCycleOwner &owner) { in diagnoseRetainCycle()
12984 RetainCycleOwner owner; in checkRetainCycles()
13009 RetainCycleOwner owner; in checkRetainCycles()
13018 RetainCycleOwner Owner; in checkRetainCycles()