Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp16166 struct RetainCycleOwner { struct
16172 RetainCycleOwner() = default;
16184 static bool considerVariable(VarDecl *var, Expr *ref, RetainCycleOwner &owner) { in considerVariable()
16197 static bool findRetainCycleOwner(Sema &S, Expr *e, RetainCycleOwner &owner) { in findRetainCycleOwner()
16334 static Expr *findCapturingExpr(Sema &S, Expr *e, RetainCycleOwner &owner) { in findCapturingExpr()
16370 RetainCycleOwner &owner) { in diagnoseRetainCycle()
16575 RetainCycleOwner owner; in checkRetainCycles()
16600 RetainCycleOwner owner; in checkRetainCycles()
16609 RetainCycleOwner Owner; in checkRetainCycles()