Home
last modified time | relevance | path

Searched refs:blockExpr (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp767 llvm::Value *CodeGenFunction::EmitBlockLiteral(const BlockExpr *blockExpr) { in EmitBlockLiteral() argument
770 if (!blockExpr->getBlockDecl()->hasCaptures()) in EmitBlockLiteral()
773 if (llvm::Constant *Block = CGM.getAddrOfGlobalBlockIfEmitted(blockExpr)) in EmitBlockLiteral()
776 CGBlockInfo blockInfo(blockExpr->getBlockDecl(), CurFn->getName()); in EmitBlockLiteral()
778 blockInfo.BlockExpression = blockExpr; in EmitBlockLiteral()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp155 REGISTER_MATCHER(blockExpr); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2079 std::string getObjCEncodingForBlock(const BlockExpr *blockExpr) const;
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2137 extern const internal::VariadicDynCastAllOfMatcher<Stmt, BlockExpr> blockExpr;