Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp8721 struct RetainCycleOwner { struct
8722 RetainCycleOwner() : Variable(nullptr), Indirect(false) {} in RetainCycleOwner() argument
8737 static bool considerVariable(VarDecl *var, Expr *ref, RetainCycleOwner &owner) { in considerVariable()
8750 static bool findRetainCycleOwner(Sema &S, Expr *e, RetainCycleOwner &owner) { in findRetainCycleOwner()
8883 static Expr *findCapturingExpr(Sema &S, Expr *e, RetainCycleOwner &owner) { in findCapturingExpr()
8919 RetainCycleOwner &owner) { in diagnoseRetainCycle()
9125 RetainCycleOwner owner; in checkRetainCycles()
9144 RetainCycleOwner owner; in checkRetainCycles()
9153 RetainCycleOwner Owner; in checkRetainCycles()