Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp751 struct RetainCycleOwner { struct
757 RetainCycleOwner() = default;
769 static bool considerVariable(VarDecl *var, Expr *ref, RetainCycleOwner &owner) { in considerVariable()
782 static bool findRetainCycleOwner(Sema &S, Expr *e, RetainCycleOwner &owner) { in findRetainCycleOwner()
923 static Expr *findCapturingExpr(Sema &S, Expr *e, RetainCycleOwner &owner) { in findCapturingExpr()
959 RetainCycleOwner &owner) { in diagnoseRetainCycle()
1162 RetainCycleOwner owner; in checkRetainCycles()
1187 RetainCycleOwner owner; in checkRetainCycles()
1196 RetainCycleOwner Owner; in checkRetainCycles()