Searched refs:blockExpr (Results 1 – 5 of 5) sorted by relevance
901 llvm::Value *CodeGenFunction::EmitBlockLiteral(const BlockExpr *blockExpr) { in EmitBlockLiteral() argument904 if (!blockExpr->getBlockDecl()->hasCaptures()) { in EmitBlockLiteral()907 if (llvm::Constant *Block = CGM.getAddrOfGlobalBlockIfEmitted(blockExpr)) { in EmitBlockLiteral()910 CGBlockInfo blockInfo(blockExpr->getBlockDecl(), CurFn->getName()); in EmitBlockLiteral()912 blockInfo.BlockExpression = blockExpr; in EmitBlockLiteral()919 blockExpr->getBlockDecl())); in EmitBlockLiteral()921 blockInfo->BlockExpression = blockExpr; in EmitBlockLiteral()
142 REGISTER_MATCHER(blockExpr); in RegistryMaps()
693 const internal::VariadicDynCastAllOfMatcher<Stmt, BlockExpr> blockExpr; variable
1821 std::string getObjCEncodingForBlock(const BlockExpr *blockExpr) const;
1818 extern const internal::VariadicDynCastAllOfMatcher<Stmt, BlockExpr> blockExpr;