Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp958 } else if (const Expr *copyExpr = CI.getCopyExpr()) { in EmitBlockLiteral()
1601 if (CI.getCopyExpr()) { in computeCopyInfoForBlockCapture()
1942 assert(CI.getCopyExpr() && "copy expression for variable is missing"); in GenerateCopyHelperFunction()
1943 EmitSynthesizedCXXCopyCtor(dstField, srcField, CI.getCopyExpr()); in GenerateCopyHelperFunction()
2479 CGM.getContext().getBlockVarCopyInit(&var).getCopyExpr(); in buildByrefHelpers()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h239 Visit(C.getCopyExpr()); in Visit()
H A DDecl.h4513 Expr *getCopyExpr() const { return CopyExpr; } in getCopyExpr() function
H A DRecursiveASTVisitor.h1570 TRY_TO(TraverseStmt(I.getCopyExpr()));
H A DExpr.h6408 Expr *getCopyExpr() const { return ExprAndFlag.getPointer(); } in getCopyExpr() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1167 Record.AddStmt(Init.getCopyExpr()); in VisitVarDecl()
1168 if (Init.getCopyExpr()) in VisitVarDecl()
1324 if (capture.hasCopyExpr()) Record.AddStmt(capture.getCopyExpr()); in VisitBlockDecl()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp227 copyExpr = CI->getCopyExpr(); in VisitBlockExpr()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp3417 if (Expr *CopyExpr = CI.getCopyExpr()) { in VisitBlockExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp7959 const Expr *copyExpr = getBlockVarCopyInit(D).getCopyExpr(); in BlockRequiresCopying()