Searched refs:blockExpr (Results 1 – 5 of 5) sorted by relevance
783 llvm::Value *CodeGenFunction::EmitBlockLiteral(const BlockExpr *blockExpr) { in EmitBlockLiteral() argument786 if (!blockExpr->getBlockDecl()->hasCaptures()) in EmitBlockLiteral()789 if (llvm::Constant *Block = CGM.getAddrOfGlobalBlockIfEmitted(blockExpr)) in EmitBlockLiteral()792 CGBlockInfo blockInfo(blockExpr->getBlockDecl(), CurFn->getName()); in EmitBlockLiteral()794 blockInfo.BlockExpression = blockExpr; in EmitBlockLiteral()
152 REGISTER_MATCHER(blockExpr); in RegistryMaps()
894 const internal::VariadicDynCastAllOfMatcher<Stmt, BlockExpr> blockExpr; variable
1989 std::string getObjCEncodingForBlock(const BlockExpr *blockExpr) const;
2074 extern const internal::VariadicDynCastAllOfMatcher<Stmt, BlockExpr> blockExpr;