Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp18242 struct RetainCycleOwner { struct
18248 RetainCycleOwner() = default;
18260 static bool considerVariable(VarDecl *var, Expr *ref, RetainCycleOwner &owner) { in considerVariable()
18273 static bool findRetainCycleOwner(Sema &S, Expr *e, RetainCycleOwner &owner) { in findRetainCycleOwner()
18409 static Expr *findCapturingExpr(Sema &S, Expr *e, RetainCycleOwner &owner) { in findCapturingExpr()
18445 RetainCycleOwner &owner) { in diagnoseRetainCycle()
18650 RetainCycleOwner owner; in checkRetainCycles()
18675 RetainCycleOwner owner; in checkRetainCycles()
18684 RetainCycleOwner Owner; in checkRetainCycles()