Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCodeGenFunction.h2230 llvm::Value *EmitARCExtendBlockObject(const Expr *expr);
DCGObjC.cpp2733 llvm::Value *CodeGenFunction::EmitARCExtendBlockObject(const Expr *e) { in EmitARCExtendBlockObject() function in CodeGenFunction
DCGExprScalar.cpp1407 return CGF.EmitARCExtendBlockObject(E); in VisitCastExpr()