Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp758 llvm::Value *CodeGenFunction::EmitBlockLiteral(const BlockExpr *blockExpr) { in EmitBlockLiteral() argument
761 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()
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp155 REGISTER_MATCHER(blockExpr); in RegistryMaps()
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp900 const internal::VariadicDynCastAllOfMatcher<Stmt, BlockExpr> blockExpr; variable
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2012 std::string getObjCEncodingForBlock(const BlockExpr *blockExpr) const;
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2136 extern const internal::VariadicDynCastAllOfMatcher<Stmt, BlockExpr> blockExpr;