Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp16444 struct RetainCycleOwner { struct
16450 RetainCycleOwner() = default;
16462 static bool considerVariable(VarDecl *var, Expr *ref, RetainCycleOwner &owner) { in considerVariable()
16475 static bool findRetainCycleOwner(Sema &S, Expr *e, RetainCycleOwner &owner) { in findRetainCycleOwner()
16612 static Expr *findCapturingExpr(Sema &S, Expr *e, RetainCycleOwner &owner) { in findCapturingExpr()
16648 RetainCycleOwner &owner) { in diagnoseRetainCycle()
16854 RetainCycleOwner owner; in checkRetainCycles()
16879 RetainCycleOwner owner; in checkRetainCycles()
16888 RetainCycleOwner Owner; in checkRetainCycles()