Home
last modified time | relevance | path

Searched refs:getCopyExpr (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp948 } else if (const Expr *copyExpr = CI.getCopyExpr()) { in EmitBlockLiteral()
1586 if (CI.getCopyExpr()) { in computeCopyInfoForBlockCapture()
1927 assert(CI.getCopyExpr() && "copy expression for variable is missing"); in GenerateCopyHelperFunction()
1928 EmitSynthesizedCXXCopyCtor(dstField, srcField, CI.getCopyExpr()); in GenerateCopyHelperFunction()
2462 CGM.getContext().getBlockVarCopyInit(&var).getCopyExpr(); in buildByrefHelpers()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h212 Visit(C.getCopyExpr()); in Visit()
H A DDecl.h4493 Expr *getCopyExpr() const { return CopyExpr; } in getCopyExpr() function
H A DRecursiveASTVisitor.h1515 TRY_TO(TraverseStmt(I.getCopyExpr()));
H A DExpr.h6197 Expr *getCopyExpr() const { return ExprAndFlag.getPointer(); } in getCopyExpr() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1129 Record.AddStmt(Init.getCopyExpr()); in VisitVarDecl()
1130 if (Init.getCopyExpr()) in VisitVarDecl()
1286 if (capture.hasCopyExpr()) Record.AddStmt(capture.getCopyExpr()); in VisitBlockDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp227 copyExpr = CI->getCopyExpr(); in VisitBlockExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp3420 if (Expr *CopyExpr = CI.getCopyExpr()) { in VisitBlockExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp7503 const Expr *copyExpr = getBlockVarCopyInit(D).getCopyExpr(); in BlockRequiresCopying()