Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp14717 struct RetainCycleOwner { struct
14723 RetainCycleOwner() = default;
14735 static bool considerVariable(VarDecl *var, Expr *ref, RetainCycleOwner &owner) { in considerVariable()
14748 static bool findRetainCycleOwner(Sema &S, Expr *e, RetainCycleOwner &owner) { in findRetainCycleOwner()
14885 static Expr *findCapturingExpr(Sema &S, Expr *e, RetainCycleOwner &owner) { in findCapturingExpr()
14921 RetainCycleOwner &owner) { in diagnoseRetainCycle()
15126 RetainCycleOwner owner; in checkRetainCycles()
15151 RetainCycleOwner owner; in checkRetainCycles()
15160 RetainCycleOwner Owner; in checkRetainCycles()