Searched refs:getOrCreateObjCBlock (Results 1 – 3 of 3) sorted by relevance
96 const Function *getOrCreateObjCBlock(const BlockExpr *E);
512 const Function *Context::getOrCreateObjCBlock(const BlockExpr *E) { in getOrCreateObjCBlock() function in Context
3717 if (auto F = Ctx.getOrCreateObjCBlock(E)) in VisitBlockExpr()