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

/external/clang/lib/Sema/
H A DSemaChecking.cpp5259 struct RetainCycleOwner { struct in namespace:__anon3723
5260 RetainCycleOwner() : Variable(0), Indirect(false) {} function in struct:__anon3723::RetainCycleOwner
5275 static bool considerVariable(VarDecl *var, Expr *ref, RetainCycleOwner &owner) {
5287 static bool findRetainCycleOwner(Sema &S, Expr *e, RetainCycleOwner &owner) {
5403 static Expr *findCapturingExpr(Sema &S, Expr *e, RetainCycleOwner &owner) {
5417 RetainCycleOwner &owner) {
5456 RetainCycleOwner owner;
5475 RetainCycleOwner owner;

Completed in 104 milliseconds