Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp970 } else if (const Expr *copyExpr = CI.getCopyExpr()) { in EmitBlockLiteral()
1618 if (CI.getCopyExpr()) { in computeCopyInfoForBlockCapture()
1983 assert(CI.getCopyExpr() && "copy expression for variable is missing"); in GenerateCopyHelperFunction()
1984 EmitSynthesizedCXXCopyCtor(dstField, srcField, CI.getCopyExpr()); in GenerateCopyHelperFunction()
2525 CGM.getContext().getBlockVarCopyInit(&var).getCopyExpr(); in buildByrefHelpers()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h212 Visit(C.getCopyExpr()); in Visit()
H A DDecl.h4186 Expr *getCopyExpr() const { return CopyExpr; } in getCopyExpr() function
H A DRecursiveASTVisitor.h1430 TRY_TO(TraverseStmt(I.getCopyExpr()));
H A DExpr.h6011 Expr *getCopyExpr() const { return ExprAndFlag.getPointer(); } in getCopyExpr() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1015 Record.AddStmt(Init.getCopyExpr()); in VisitVarDecl()
1016 if (Init.getCopyExpr()) in VisitVarDecl()
1197 if (capture.hasCopyExpr()) Record.AddStmt(capture.getCopyExpr()); in VisitBlockDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp232 copyExpr = CI->getCopyExpr(); in VisitBlockExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp3273 if (Expr *CopyExpr = CI.getCopyExpr()) { in VisitBlockExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6763 const Expr *copyExpr = getBlockVarCopyInit(D).getCopyExpr(); in BlockRequiresCopying()