Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp9744 struct RetainCycleOwner { struct
9745 RetainCycleOwner() : Variable(nullptr), Indirect(false) {} in RetainCycleOwner() argument
9760 static bool considerVariable(VarDecl *var, Expr *ref, RetainCycleOwner &owner) { in considerVariable()
9773 static bool findRetainCycleOwner(Sema &S, Expr *e, RetainCycleOwner &owner) { in findRetainCycleOwner()
9906 static Expr *findCapturingExpr(Sema &S, Expr *e, RetainCycleOwner &owner) { in findCapturingExpr()
9942 RetainCycleOwner &owner) { in diagnoseRetainCycle()
10147 RetainCycleOwner owner; in checkRetainCycles()
10166 RetainCycleOwner owner; in checkRetainCycles()
10175 RetainCycleOwner Owner; in checkRetainCycles()