Searched refs:blockExpr (Results 1 – 5 of 5) sorted by relevance
758 llvm::Value *CodeGenFunction::EmitBlockLiteral(const BlockExpr *blockExpr) { in EmitBlockLiteral() argument761 if (!blockExpr->getBlockDecl()->hasCaptures()) in EmitBlockLiteral()764 if (llvm::Constant *Block = CGM.getAddrOfGlobalBlockIfEmitted(blockExpr)) in EmitBlockLiteral()767 CGBlockInfo blockInfo(blockExpr->getBlockDecl(), CurFn->getName()); in EmitBlockLiteral()769 blockInfo.BlockExpression = blockExpr; in EmitBlockLiteral()
155 REGISTER_MATCHER(blockExpr); in RegistryMaps()
900 const internal::VariadicDynCastAllOfMatcher<Stmt, BlockExpr> blockExpr; variable
2012 std::string getObjCEncodingForBlock(const BlockExpr *blockExpr) const;
2136 extern const internal::VariadicDynCastAllOfMatcher<Stmt, BlockExpr> blockExpr;