Home
last modified time | relevance | path

Searched refs:blockExpr (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCGBlocks.cpp669 llvm::Value *CodeGenFunction::EmitBlockLiteral(const BlockExpr *blockExpr) { in EmitBlockLiteral() argument
672 if (!blockExpr->getBlockDecl()->hasCaptures()) { in EmitBlockLiteral()
673 CGBlockInfo blockInfo(blockExpr->getBlockDecl(), CurFn->getName()); in EmitBlockLiteral()
675 blockInfo.BlockExpression = blockExpr; in EmitBlockLiteral()
682 blockExpr->getBlockDecl())); in EmitBlockLiteral()
684 blockInfo->BlockExpression = blockExpr; in EmitBlockLiteral()
1033 CodeGenModule::GetAddrOfGlobalBlock(const BlockExpr *blockExpr, in GetAddrOfGlobalBlock() argument
1035 CGBlockInfo blockInfo(blockExpr->getBlockDecl(), name); in GetAddrOfGlobalBlock()
1036 blockInfo.BlockExpression = blockExpr; in GetAddrOfGlobalBlock()
/external/clang/include/clang/AST/
DASTContext.h1559 std::string getObjCEncodingForBlock(const BlockExpr *blockExpr) const;