Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGBlocks.cpp802 } else if (const Expr *copyExpr = CI.getCopyExpr()) { in EmitBlockLiteral()
1333 const Expr *copyExpr = CI.getCopyExpr(); in GenerateCopyHelperFunction()
/external/clang/include/clang/AST/
DDataRecursiveASTVisitor.h1212 TRY_TO(TraverseStmt(I.getCopyExpr()));
DRecursiveASTVisitor.h1277 TRY_TO(TraverseStmt(I.getCopyExpr()));
DDecl.h3258 Expr *getCopyExpr() const { return CopyExpr; } in getCopyExpr() function
/external/clang/lib/AST/
DASTDumper.cpp1487 dumpStmt(I.getCopyExpr()); in VisitBlockDecl()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp857 if (capture.hasCopyExpr()) Writer.AddStmt(capture.getCopyExpr()); in VisitBlockDecl()