Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGBlocks.cpp674 llvm::Value *CodeGenFunction::EmitBlockLiteral(const BlockExpr *blockExpr) { in EmitBlockLiteral() argument
677 if (!blockExpr->getBlockDecl()->hasCaptures()) { in EmitBlockLiteral()
678 CGBlockInfo blockInfo(blockExpr->getBlockDecl(), CurFn->getName()); in EmitBlockLiteral()
680 blockInfo.BlockExpression = blockExpr; in EmitBlockLiteral()
687 blockExpr->getBlockDecl())); in EmitBlockLiteral()
689 blockInfo->BlockExpression = blockExpr; in EmitBlockLiteral()
1036 CodeGenModule::GetAddrOfGlobalBlock(const BlockExpr *blockExpr, in GetAddrOfGlobalBlock() argument
1038 CGBlockInfo blockInfo(blockExpr->getBlockDecl(), name); in GetAddrOfGlobalBlock()
1039 blockInfo.BlockExpression = blockExpr; in GetAddrOfGlobalBlock()
/external/clang/include/clang/AST/
DASTContext.h1584 std::string getObjCEncodingForBlock(const BlockExpr *blockExpr) const;