Searched refs:shouldEmitSeparateBlockRetain (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjC.cpp2458 static bool shouldEmitSeparateBlockRetain(const Expr *e) { function
2479 return shouldEmitSeparateBlockRetain(cast->getSubExpr());
2607 if (shouldEmitSeparateBlockRetain(ce->getSubExpr())) {
2737 if (shouldEmitSeparateBlockRetain(e)) {

Completed in 96 milliseconds