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

/external/clang/lib/Sema/
H A DSemaChecking.cpp8918 static void diagnoseRetainCycle(Sema &S, Expr *capturer, function
9139 return diagnoseRetainCycle(*this, capturer, owner);
9149 diagnoseRetainCycle(*this, capturer, owner);
9163 diagnoseRetainCycle(*this, Capturer, Owner);

Completed in 104 milliseconds