Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.cpp970 } else if (const Expr *copyExpr = CI.getCopyExpr()) { in EmitBlockLiteral()
1618 if (CI.getCopyExpr()) { in computeCopyInfoForBlockCapture()
1991 assert(CI.getCopyExpr() && "copy expression for variable is missing"); in GenerateCopyHelperFunction()
1992 EmitSynthesizedCXXCopyCtor(dstField, srcField, CI.getCopyExpr()); in GenerateCopyHelperFunction()
2554 CGM.getContext().getBlockVarCopyInit(&var).getCopyExpr(); in buildByrefHelpers()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTNodeTraverser.h210 Visit(C.getCopyExpr()); in Visit()
H A DDecl.h4160 Expr *getCopyExpr() const { return CopyExpr; } in getCopyExpr() function
H A DRecursiveASTVisitor.h1432 TRY_TO(TraverseStmt(I.getCopyExpr()));
H A DExpr.h5944 Expr *getCopyExpr() const { return ExprAndFlag.getPointer(); } in getCopyExpr() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp1013 Record.AddStmt(Init.getCopyExpr()); in VisitVarDecl()
1014 if (Init.getCopyExpr()) in VisitVarDecl()
1195 if (capture.hasCopyExpr()) Record.AddStmt(capture.getCopyExpr()); in VisitBlockDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp232 copyExpr = CI->getCopyExpr(); in VisitBlockExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp3266 if (Expr *CopyExpr = CI.getCopyExpr()) { in VisitBlockExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp6744 const Expr *copyExpr = getBlockVarCopyInit(D).getCopyExpr(); in BlockRequiresCopying()