Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBlocks.cpp977 } else if (const Expr *copyExpr = CI.getCopyExpr()) { in EmitBlockLiteral()
1621 if (CI.getCopyExpr()) { in computeCopyInfoForBlockCapture()
1965 assert(CI.getCopyExpr() && "copy expression for variable is missing"); in GenerateCopyHelperFunction()
1966 EmitSynthesizedCXXCopyCtor(dstField, srcField, CI.getCopyExpr()); in GenerateCopyHelperFunction()
2505 CGM.getContext().getBlockVarCopyInit(&var).getCopyExpr(); in buildByrefHelpers()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTNodeTraverser.h212 Visit(C.getCopyExpr()); in Visit()
H A DDecl.h4265 Expr *getCopyExpr() const { return CopyExpr; } in getCopyExpr() function
H A DRecursiveASTVisitor.h1541 TRY_TO(TraverseStmt(I.getCopyExpr()));
H A DExpr.h6023 Expr *getCopyExpr() const { return ExprAndFlag.getPointer(); } in getCopyExpr() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterDecl.cpp1025 Record.AddStmt(Init.getCopyExpr()); in VisitVarDecl()
1026 if (Init.getCopyExpr()) in VisitVarDecl()
1207 if (capture.hasCopyExpr()) Record.AddStmt(capture.getCopyExpr()); in VisitBlockDecl()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp231 copyExpr = CI->getCopyExpr(); in VisitBlockExpr()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DCFG.cpp3354 if (Expr *CopyExpr = CI.getCopyExpr()) { in VisitBlockExpr()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp7391 const Expr *copyExpr = getBlockVarCopyInit(D).getCopyExpr(); in BlockRequiresCopying()