Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGBlocks.cpp671 llvm::Value *CodeGenFunction::EmitBlockLiteral(const BlockExpr *blockExpr) { in EmitBlockLiteral() argument
674 if (!blockExpr->getBlockDecl()->hasCaptures()) { in EmitBlockLiteral()
675 CGBlockInfo blockInfo(blockExpr->getBlockDecl(), CurFn->getName()); in EmitBlockLiteral()
677 blockInfo.BlockExpression = blockExpr; in EmitBlockLiteral()
684 blockExpr->getBlockDecl())); in EmitBlockLiteral()
686 blockInfo->BlockExpression = blockExpr; in EmitBlockLiteral()
1020 CodeGenModule::GetAddrOfGlobalBlock(const BlockExpr *blockExpr, in GetAddrOfGlobalBlock() argument
1022 CGBlockInfo blockInfo(blockExpr->getBlockDecl(), name); in GetAddrOfGlobalBlock()
1023 blockInfo.BlockExpression = blockExpr; in GetAddrOfGlobalBlock()
/external/clang/include/clang/AST/
DASTContext.h1345 std::string getObjCEncodingForBlock(const BlockExpr *blockExpr) const;