Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp1104 } else if (const Expr *copyExpr = CI.getCopyExpr()) { in EmitBlockLiteral()
1702 if (CI.getCopyExpr()) { in computeCopyInfoForBlockCapture()
2071 assert(CI.getCopyExpr() && "copy expression for variable is missing"); in GenerateCopyHelperFunction()
2072 EmitSynthesizedCXXCopyCtor(dstField, srcField, CI.getCopyExpr()); in GenerateCopyHelperFunction()
2631 CGM.getContext().getBlockVarCopyInit(&var).getCopyExpr(); in buildByrefHelpers()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp954 Record.AddStmt(Init.getCopyExpr()); in VisitVarDecl()
955 if (Init.getCopyExpr()) in VisitVarDecl()
1124 if (capture.hasCopyExpr()) Record.AddStmt(capture.getCopyExpr()); in VisitBlockDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp229 copyExpr = CI->getCopyExpr(); in VisitBlockExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTDumper.cpp1376 dumpStmt(C.getCopyExpr()); in Visit()
H A DASTContext.cpp6056 const Expr *copyExpr = getBlockVarCopyInit(D).getCopyExpr(); in BlockRequiresCopying()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h166 Expr *getCopyExpr() const { return ExprAndFlag.getPointer(); } in getCopyExpr() function
H A DRecursiveASTVisitor.h1418 TRY_TO(TraverseStmt(I.getCopyExpr()));
H A DDecl.h3904 Expr *getCopyExpr() const { return CopyExpr; } in getCopyExpr() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp3062 if (Expr *CopyExpr = CI.getCopyExpr()) { in VisitBlockExpr()