Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp9744 struct RetainCycleOwner { struct
9745 RetainCycleOwner() : Variable(nullptr), Indirect(false) {} in RetainCycleOwner() function
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()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp14448 struct RetainCycleOwner { struct
14454 RetainCycleOwner() = default;
14466 static bool considerVariable(VarDecl *var, Expr *ref, RetainCycleOwner &owner) { in considerVariable()
14479 static bool findRetainCycleOwner(Sema &S, Expr *e, RetainCycleOwner &owner) { in findRetainCycleOwner()
14616 static Expr *findCapturingExpr(Sema &S, Expr *e, RetainCycleOwner &owner) { in findCapturingExpr()
14652 RetainCycleOwner &owner) { in diagnoseRetainCycle()
14857 RetainCycleOwner owner; in checkRetainCycles()
14882 RetainCycleOwner owner; in checkRetainCycles()
14891 RetainCycleOwner Owner; in checkRetainCycles()