Home
last modified time | relevance | path

Searched refs:getOrCreateObjCBlock (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DContext.h96 const Function *getOrCreateObjCBlock(const BlockExpr *E);
H A DContext.cpp512 const Function *Context::getOrCreateObjCBlock(const BlockExpr *E) { in getOrCreateObjCBlock() function in Context
H A DCompiler.cpp3717 if (auto F = Ctx.getOrCreateObjCBlock(E)) in VisitBlockExpr()