Home
last modified time | relevance | path

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

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