Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp15058 struct RetainCycleOwner { struct
15064 RetainCycleOwner() = default;
15076 static bool considerVariable(VarDecl *var, Expr *ref, RetainCycleOwner &owner) { in considerVariable()
15089 static bool findRetainCycleOwner(Sema &S, Expr *e, RetainCycleOwner &owner) { in findRetainCycleOwner()
15226 static Expr *findCapturingExpr(Sema &S, Expr *e, RetainCycleOwner &owner) { in findCapturingExpr()
15262 RetainCycleOwner &owner) { in diagnoseRetainCycle()
15467 RetainCycleOwner owner; in checkRetainCycles()
15492 RetainCycleOwner owner; in checkRetainCycles()
15501 RetainCycleOwner Owner; in checkRetainCycles()