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

/external/clang/lib/Sema/
H A DSemaChecking.cpp7444 static void diagnoseRetainCycle(Sema &S, Expr *capturer, function
7498 return diagnoseRetainCycle(*this, capturer, owner);
7508 diagnoseRetainCycle(*this, capturer, owner);
7522 diagnoseRetainCycle(*this, Capturer, Owner);

Completed in 319 milliseconds