Searched refs:blockExpr (Results 1 – 5 of 5) sorted by relevance
778 llvm::Value *CodeGenFunction::EmitBlockLiteral(const BlockExpr *blockExpr) { in EmitBlockLiteral() argument781 if (!blockExpr->getBlockDecl()->hasCaptures()) in EmitBlockLiteral()784 if (llvm::Constant *Block = CGM.getAddrOfGlobalBlockIfEmitted(blockExpr)) in EmitBlockLiteral()787 CGBlockInfo blockInfo(blockExpr->getBlockDecl(), CurFn->getName()); in EmitBlockLiteral()789 blockInfo.BlockExpression = blockExpr; in EmitBlockLiteral()
152 REGISTER_MATCHER(blockExpr); in RegistryMaps()
878 const internal::VariadicDynCastAllOfMatcher<Stmt, BlockExpr> blockExpr; variable
1884 std::string getObjCEncodingForBlock(const BlockExpr *blockExpr) const;
2048 extern const internal::VariadicDynCastAllOfMatcher<Stmt, BlockExpr> blockExpr;