Searched defs:RetainCycleOwner (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaChecking.cpp8087 struct RetainCycleOwner { struct in namespace:__anon1146
8088 RetainCycleOwner() : Variable(nullptr), Indirect(false) {} function in struct:__anon1146::RetainCycleOwner
8103 static bool considerVariable(VarDecl *var, Expr *ref, RetainCycleOwner &owner) {
8116 static bool findRetainCycleOwner(Sema &S, Expr *e, RetainCycleOwner &owner) {
8249 static Expr *findCapturingExpr(Sema &S, Expr *e, RetainCycleOwner &owner) {
8285 RetainCycleOwner &owner) {
8554 RetainCycleOwner owner;
8573 RetainCycleOwner owner;
8582 RetainCycleOwner Owner;

Completed in 72 milliseconds