Searched refs:blockExpr (Results 1 – 5 of 5) sorted by relevance
766 llvm::Value *CodeGenFunction::EmitBlockLiteral(const BlockExpr *blockExpr) { in EmitBlockLiteral() argument769 if (!blockExpr->getBlockDecl()->hasCaptures()) in EmitBlockLiteral()772 if (llvm::Constant *Block = CGM.getAddrOfGlobalBlockIfEmitted(blockExpr)) in EmitBlockLiteral()775 CGBlockInfo blockInfo(blockExpr->getBlockDecl(), CurFn->getName()); in EmitBlockLiteral()777 blockInfo.BlockExpression = blockExpr; in EmitBlockLiteral()
153 REGISTER_MATCHER(blockExpr); in RegistryMaps()
931 const internal::VariadicDynCastAllOfMatcher<Stmt, BlockExpr> blockExpr; variable
2260 std::string getObjCEncodingForBlock(const BlockExpr *blockExpr) const;
2186 extern const internal::VariadicDynCastAllOfMatcher<Stmt, BlockExpr> blockExpr;